Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
javascript date.toString("yyyy-MM-ddTHH:mm:ss.fffZ") or "yyyy-MM-dd HH:mm:ss ZZ" with timezone offset

new Date().toISIOString() or toJSON() provide an unambiguous Date and Time and TimeZone Offset:

"2021-10-07T13:52:14.333Z"

I want the same formatting, or very similar, but without the restriction to UTC :

"2021-10-07T14:52:14.333+0100"

Is there a built-in solution that doesn't involve 20 lines of code and battery of unit tests for edge cases?

The timezone offset seems the tricky thing. Things I've looked at don't seem to offer a 'show the timezone offset' option, only timezone names.

  • toLocaleString()
  • Intl.DateTimeFormat()
  • Intl.DateTimeFormat().formatToParts()

for example, Intl.DateTimeFormat().resolvedOptions() knows:

calendar: "gregory"
day: "2-digit"
locale: "en-GB"
month: "2-digit"
numberingSystem: "latn"
timeZone: "Europe/London"
year: "numeric"

but to know what time "1st April 2020 12:00 Europe/London" was, requires a world history lookup table of when daylight saving starts and ends.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!