-
Notifications
You must be signed in to change notification settings - Fork 643
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
BREAKING(datetime): replace utc
with timeZone
option
#5647
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5647 +/- ##
==========================================
- Coverage 96.21% 96.21% -0.01%
==========================================
Files 469 469
Lines 38181 38179 -2
Branches 5539 5538 -1
==========================================
- Hits 36735 36733 -2
Misses 1404 1404
Partials 42 42 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me.
Our formatter seems only supporting utc and local timezones? (because we use std/datetime/_date_time_formatter.ts Line 154 in 96d7020
Doesn't this give the false sense of other timezones being supported? |
I think it is clear that only |
My take: it doesn't matter too much, either way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes
This PR changes the
utc
boolean option totimeZone
with explicit"UTC"
value option.Reasoning
This makes the option extendable if needed and aligns the api to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString#using_options