Skip to content

Instantly share code, notes, and snippets.

@jorge8168711
Last active March 28, 2023 22:33
Show Gist options
  • Save jorge8168711/3cc8341d8effce47c936de0de76463fb to your computer and use it in GitHub Desktop.
Save jorge8168711/3cc8341d8effce47c936de0de76463fb to your computer and use it in GitHub Desktop.
var date = new Date(); // Or the date you'd like converted.
var isoDateTime = new Date(date.getTime() - (date.getTimezoneOffset() * 60000)).toISOString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment