Skip to content

Instantly share code, notes, and snippets.

@topogigiovanni
Created June 29, 2021 14:10
Show Gist options
  • Select an option

  • Save topogigiovanni/30fad0b0e467212b9c4d9b476752c49e to your computer and use it in GitHub Desktop.

Select an option

Save topogigiovanni/30fad0b0e467212b9c4d9b476752c49e to your computer and use it in GitHub Desktop.
var tzoffset = (new Date()).getTimezoneOffset() * 60000; //offset in milliseconds
var localISOTime = (new Date(Date.now() - tzoffset)).toISOString().slice(0, -1);
// => '2015-01-26T06:40:36.181'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment