Created
August 12, 2022 16:08
-
-
Save calderaro/ff8606fb1d13c5668e891b6d885d1a15 to your computer and use it in GitHub Desktop.
Moment zoned iso string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(moment().toISOString(true)); | |
// sample output: 2022-04-06T16:26:36.758+03:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment