Convert timezones in day.js
Unanswered
Sphecid wasp posted this in #help-forum
Sphecid waspOP
I have timestamp of known timezone (
I need to convert it into utc timestamp (store, manipulate), then convert utc timestamp into local timestamp (run
How can I do it in day.js library?
I read documentation, but fail to put everything together.
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.