Skip to content

docs: format release times as HH:MM UTC#20726

Merged
g-samroberts merged 2 commits intogoogle-gemini:mainfrom
pavan-sh:docs/releases-utc-time-format-2026
Mar 6, 2026
Merged

docs: format release times as HH:MM UTC#20726
g-samroberts merged 2 commits intogoogle-gemini:mainfrom
pavan-sh:docs/releases-utc-time-format-2026

Conversation

@pavan-sh
Copy link
Contributor

@pavan-sh pavan-sh commented Mar 1, 2026

Summary

Format the release cadence times in README.md as HH:MM in UTC (e.g. 23:59 instead of 2359) to improve readability and reduce ambiguity.

Details

The README currently lists release times as:

  • Preview: UTC 2359
  • Stable: UTC 2000
  • Nightly: UTC 0000

This format is easy to misread while scanning. This PR updates them to standard HH:MM formatting:

  • UTC 23:59
  • UTC 20:00
  • UTC 00:00

No behavioral change—documentation-only.

Context: I previously contributed a related README clarification PR that was merged:

Related Issues

Fixes #20723
Related to #18169

How to Validate

  1. Open README.md
  2. In the “Release Cadence and Tags” section, confirm the times read:
    • Preview: UTC 23:59
    • Stable: UTC 20:00
    • Nightly: UTC 00:00
  3. Confirm there are no other occurrences of UTC 2359, UTC 2000, or UTC 0000 in the README.

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed) — N/A (docs-only)
  • Noted breaking changes (if any) — N/A
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@pavan-sh pavan-sh requested a review from a team as a code owner March 1, 2026 03:50
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the readability of release cadence information within the README.md file. By standardizing the time format from a four-digit number to a more conventional HH:MM representation, it ensures that users can quickly and accurately understand the scheduled release times for preview, stable, and nightly builds, thereby improving the overall user experience with the documentation.

Highlights

  • Improved Readability: Updated the release cadence times in README.md to use the HH:MM format (e.g., 23:59) instead of HHMM (e.g., 2359) for better clarity and reduced ambiguity.
  • Documentation-Only Change: This pull request is purely a documentation update and introduces no behavioral changes to the application.
Changelog
  • README.md
    • Updated release times from HHMM to HH:MM format for preview, stable, and nightly releases.
Activity
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request improves the readability of release times in README.md by formatting them as HH:MM UTC. The changes are correct and make the documentation clearer. As this is a documentation-only change and no critical or high-severity issues were found, I have no specific review comments. The change is good to merge.

@gemini-cli gemini-cli bot added the area/platform Issues related to Build infra, Release mgmt, Testing, Eval infra, Capacity, Quota mgmt label Mar 1, 2026
@g-samroberts g-samroberts requested a review from a team as a code owner March 6, 2026 02:55
@g-samroberts g-samroberts enabled auto-merge March 6, 2026 02:56
@g-samroberts
Copy link
Contributor

Thank you for your contribution, @pavan-sh!

@g-samroberts g-samroberts added this pull request to the merge queue Mar 6, 2026
@g-samroberts g-samroberts self-assigned this Mar 6, 2026
Merged via the queue into google-gemini:main with commit 0833aca Mar 6, 2026
27 checks passed
@pavan-sh
Copy link
Contributor Author

pavan-sh commented Mar 6, 2026

Thank you for your contribution, @pavan-sh!

Happy to help!

jasmeetsb pushed a commit to jasmeetsb/gemini-cli that referenced this pull request Mar 6, 2026
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
struckoff pushed a commit to struckoff/gemini-cli that referenced this pull request Mar 6, 2026
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
kunal-10-cloud pushed a commit to kunal-10-cloud/gemini-cli that referenced this pull request Mar 12, 2026
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
liamhelmer pushed a commit to badal-io/gemini-cli that referenced this pull request Mar 12, 2026
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
yashodipmore pushed a commit to yashodipmore/geemi-cli that referenced this pull request Mar 21, 2026
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/platform Issues related to Build infra, Release mgmt, Testing, Eval infra, Capacity, Quota mgmt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README: release cadence UTC times should be formatted as HH:MM (clarity)

3 participants