You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throughout our project, we use timezone.now for various time related purposes. However, this always returns time in UTC ref, which is not ideal for us.
We need to migrate all instances of timezone.now to timezone.localtime, and note that all future uses use localtime.
Steps To Reproduce
No response
What browsers are you seeing the problem on?
Firefox, Chrome, Brave, Opera/Opera GX, Vivaldi, Safari, Microsoft Edge, Other
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Throughout our project, we use
timezone.now
for various time related purposes. However, this always returns time in UTC ref, which is not ideal for us.We need to migrate all instances of
timezone.now
totimezone.localtime
, and note that all future uses uselocaltime
.Steps To Reproduce
No response
What browsers are you seeing the problem on?
Firefox, Chrome, Brave, Opera/Opera GX, Vivaldi, Safari, Microsoft Edge, Other
Anything else?
No response
The text was updated successfully, but these errors were encountered: