Add project UTC offset support for rendered timestamps and expiration messages#36142
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Add project timezone support for rendered times
Add project timezone support for rendered CLI timestamps
May 31, 2026
Copilot created this pull request from a session on behalf of
pelikhan
May 31, 2026 16:44
View session
Collaborator
|
@copilot apply timezone in JavaScript as well for expiration message. |
Copilot stopped work on behalf of
pelikhan due to an error
May 31, 2026 16:55
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add project timezone support for rendered CLI timestamps
Add project timezone support for rendered timestamps and expiration messages
May 31, 2026
Collaborator
|
@copilot do not use named timezones, only numbers. Avoid any geopolitical reference in source code |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add project timezone support for rendered timestamps and expiration messages
Add project UTC offset support for rendered timestamps and expiration messages
May 31, 2026
Collaborator
|
@copilot set gh-aw (this repo) utc to pacific time |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Collaborator
|
@copilot ensure that expiration JavaScript parsing is still operational. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Collaborator
|
@copilot use skill to merge main |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Merged latest |
Closed
Contributor
|
Request a fresh review run.
|
This was referenced Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a project-level UTC offset setting so rendered times use a consistent home offset instead of the runner’s local clock. The offset can come from
.github/workflows/aw.jsonor an enterprise default variable, with repo config taking precedence.Config surface
utcto.github/workflows/aw.jsonEnterprise default
GH_AW_DEFAULT_UTCas the enterprise-level fallbackgh aw envviadefault_utcRendering behavior
time.Timevalues across console/table outputPrecedence
aw.json.utcwhen presentGH_AW_DEFAULT_UTCotherwiseExample: