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

[transaction] Use native Intl.DateTimeFormat to format tx timestamp #3006

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

amass01
Copy link
Member

@amass01 amass01 commented Nov 26, 2020

This diff uses Intl.DateTimeFormat to achieve custom date format (23hour date time - 00:29 instead on 24:29) which isn't possible with latest react-intl versions.

See #2968 (comment) which explains the suggestion to work with Intl.DateTimeFormat as a solution.


Closes #2968

@alexlyp alexlyp merged commit 797cbc0 into decred:master Nov 27, 2020
@amass01 amass01 deleted the timestamp branch November 27, 2020 20:30
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.

wrong timestamp format
2 participants