Last active
March 28, 2023 22:33
-
-
Save jorge8168711/3cc8341d8effce47c936de0de76463fb to your computer and use it in GitHub Desktop.
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
| 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