You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like timezones should be supported in the format +03:00, which isn't quite the usual +0300 - can you provide an SSCCE demonstrating your issue?
toLocaleString
does not support the Intl format, to allow specifying timezone.https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
The text was updated successfully, but these errors were encountered: