Replies: 1 comment
-
Did you check the timezone value of the date object being passed around? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When a user purchases a ticket for an event on 01/29, the transaction history shows the date of purchase as being 01/28.
To Reproduce
Clone this CodeSandbox to reproduce the bug.
Expected behavior
I expect that the transaction date should be whatever day the ticket was purchased.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The version number of
date-fns
is1.29.0
.Beta Was this translation helpful? Give feedback.
All reactions