Skip to content

Instantly share code, notes, and snippets.

@calderaro
Created August 12, 2022 16:08
Show Gist options
  • Save calderaro/ff8606fb1d13c5668e891b6d885d1a15 to your computer and use it in GitHub Desktop.
Save calderaro/ff8606fb1d13c5668e891b6d885d1a15 to your computer and use it in GitHub Desktop.
Moment zoned iso string
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