Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 5, 2018 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b387228547058a709d4866fe61e4f0d9 to your computer and use it in GitHub Desktop.
Save parzibyte/b387228547058a709d4866fe61e4f0d9 to your computer and use it in GitHub Desktop.
let fecha = new Date("2018-03-05");
fecha.setTime(fecha.getTime() + fecha.getTimezoneOffset() * 60 * 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment