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

Build Transaction: time bounds timestamp human readable date #1105

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

quietbits
Copy link
Contributor

@quietbits quietbits commented Oct 18, 2024

image

image

@stellar-jenkins
Copy link

@janewang
Copy link
Contributor

I think it's better if it's UTC.

By international convention, UTC is equivalent to GMT, however their measurements differ: GMT is measured from midday, whereas UTC is measured from midnight. UTC is the legal basis of time in the world.

@quietbits
Copy link
Contributor Author

I think it's better if it's UTC.

By international convention, UTC is equivalent to GMT, however their measurements differ: GMT is measured from midday, whereas UTC is measured from midnight. UTC is the legal basis of time in the world.

@janewang Sure, we can use the UTC timezone. The design showed GMT.

@stellar-jenkins
Copy link

minute: "numeric",
second: "numeric",
hourCycle: "h24",
timeZone: "utc",
Copy link
Contributor

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)

Copy link
Contributor Author

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! 🙌

@stellar-jenkins
Copy link

@quietbits quietbits merged commit 7901902 into master Oct 23, 2024
3 checks passed
@quietbits quietbits deleted the tx-timestamp-date branch October 23, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature Request: Convert the unix timestamp you enter in the time bounds to human readable
4 participants