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
After parsing an input, we receive the timezone offset number.
Is there a way to receive the IANA, timezone name, or abbreviated timezone name that was found in the input?
For an input like 9pm EST I receive the timezone offset of -240. However, there are many IANA's that could fit that offset:
After parsing an input, we receive the timezone offset number.
Is there a way to receive the IANA, timezone name, or abbreviated timezone name that was found in the input?
For an input like
9pm EST
I receive the timezone offset of-240
. However, there are many IANA's that could fit that offset:The use case is that I'd like to reformat the input to a different arbitrary format. Like
9pm EST
to21:00 EST
for example.Thanks for this wonderful package!
The text was updated successfully, but these errors were encountered: