Need help with Timezones js
Railway is hosted somewhere else so the Date.now() is showing for somewhere else, how can I fix this?
Solution:Jump to solution
the containers run on the UTC timezone, you should store all timestamps as UTC and convert to your local timezone only for display purposes
5 Replies
Project ID:
N/A
N/A
Solution
the containers run on the UTC timezone, you should store all timestamps as UTC and convert to your local timezone only for display purposes
alright sounds good!
thanks for the fast reply
no prob!