IBrickhouse / Time-Converter-Web-App

A web app to convert event times. Planned as a minimum viable product in order to lay the groundwork for further development ideas.
0 stars 0 forks source link

UTC timezone not converting correctly/at all #32

Closed IBrickhouse closed 1 year ago

IBrickhouse commented 1 year ago

UTC is an option in Safari and does not work, but UTC is not even an option using Chrome. Will require more testing.

IBrickhouse commented 1 year ago

It seems like this is caused because UTC does not have an offset so in the offsetString it is getting a string with no timezone information. Again, this only happens in Safari.

IBrickhouse commented 1 year ago

Was not fully fixed in previous commit. Will continue working on it.