pxldevv
HOBBYOP
2 years ago
Railway is hosted somewhere else so the Date.now() is showing for somewhere else, how can I fix this?
5 Replies
2 years ago
the containers run on the UTC timezone, you should store all timestamps as UTC and convert to your local timezone only for display purposes
2 years ago
no prob!