iansinnott / jstz

🌐Timezone detection for JavaScript
Other
175 stars 33 forks source link

Users getting issues - setting with wrong timezone #27

Open ayrus1512 opened 10 months ago

ayrus1512 commented 10 months ago

I have a user in Palm City, Florida, where the user page has been set with 'America/Bogota' instead of 'America/New_York'. It occurred on the 15th of October, 2023, which means Florida is in DST i.e. UTC -4 and Bogota is in UTC -5.

I have also bypassed the Intl API Object, which is not being used in our Rails application, but still, this error occurs.

Can anyone give us clarification regarding this?