-
Notifications
You must be signed in to change notification settings - Fork 95
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
Build Transaction: time bounds timestamp human readable date #1105
Conversation
quietbits
commented
Oct 18, 2024
•
edited
Loading
edited
Preview is available here: |
I think it's better if it's UTC.
|
@janewang Sure, we can use the UTC timezone. The design showed GMT. |
Preview is available here: |
minute: "numeric", | ||
second: "numeric", | ||
hourCycle: "h24", | ||
timeZone: "utc", |
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.
assuming it doesn't matter whether this is capitalized or not (mdn doc)
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.
Yes, both seem to be correct values. Thanks for checking! 🙌
…x-timestamp-date
Preview is available here: |