Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndrienkoAleksandr/665e92b2b79c18acab5a938a5d52bcc2 to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/665e92b2b79c18acab5a938a5d52bcc2 to your computer and use it in GitHub Desktop.
date with second time zone typescript
const date = new Date();
console.log(date.toLocaleString("en-US", {timeZone: "Europe/Kiev", weekday: 'long', year: 'numeric', month: 'long', day: 'numeric', hour: 'numeric', minute: 'numeric', second: 'numeric'}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment