Next.js Discord

Discord Forum

Convert timezones in day.js

Unanswered
Sphecid wasp posted this in #help-forum
Open in Discord
Sphecid waspOP
I have timestamp of known timezone (Date.now() at remote server).
I need to convert it into utc timestamp (store, manipulate), then convert utc timestamp into local timestamp (run setTimeout).

How can I do it in day.js library?
I read documentation, but fail to put everything together.

0 Replies