0

I have datetime string like "2020-09-18T15:10:10-06:00", So how do I get timezone abbreviation (EST, CST,..) from offset (-06:00) with javascript. Can anyone give me solution?

Tris
  • 25
  • 1
  • 4
  • what if multiple time zone abbreviations share the same UTC offset? – FObersteiner Oct 17 '21 at 14:07
  • You can't reliably determine the timezone name from the offset, as names aren't standardised and often multiple timezones share the same offset. – RobG Oct 17 '21 at 20:51

0 Answers0