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

Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
This commit is contained in:
Pavan Shinde
2026-03-06 08:36:38 +05:30
committed by GitHub
parent 509d4ae0a9
commit 0833aca64b
+3 -3
View File
@@ -77,7 +77,7 @@ See [Releases](./docs/releases.md) for more details.
### Preview ### Preview
New preview releases will be published each week at UTC 2359 on Tuesdays. These New preview releases will be published each week at UTC 23:59 on Tuesdays. These
releases will not have been fully vetted and may contain regressions or other releases will not have been fully vetted and may contain regressions or other
outstanding issues. Please help us test and install with `preview` tag. outstanding issues. Please help us test and install with `preview` tag.
@@ -87,7 +87,7 @@ npm install -g @google/gemini-cli@preview
### Stable ### Stable
- New stable releases will be published each week at UTC 2000 on Tuesdays, this - New stable releases will be published each week at UTC 20:00 on Tuesdays, this
will be the full promotion of last week's `preview` release + any bug fixes will be the full promotion of last week's `preview` release + any bug fixes
and validations. Use `latest` tag. and validations. Use `latest` tag.
@@ -97,7 +97,7 @@ npm install -g @google/gemini-cli@latest
### Nightly ### Nightly
- New releases will be published each day at UTC 0000. This will be all changes - New releases will be published each day at UTC 00:00. This will be all changes
from the main branch as represented at time of release. It should be assumed from the main branch as represented at time of release. It should be assumed
there are pending validations and issues. Use `nightly` tag. there are pending validations and issues. Use `nightly` tag.