Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default enable DefaultUTCTimeZone #1130

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

TristonianJones
Copy link
Collaborator

In most cases the default UTC timezone is used whenever CEL is provided
a protobuf based input; however, there are limited cases where a Go-native
time value may be provided and the time is based on the local timezone
carried in the time value. This change makes DefaultUTCTimeZone(true)
a no-op as it is default enabled, and must be explicitly opted-out.

The use of DefaultUTCTimeZone(false) will only be permitted until
release v0.25.0

@TristonianJones TristonianJones merged commit 4adcf4d into google:master Feb 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants