KevinNovak / Friend-Time

Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
https://novakevin.gitbook.io/friend-time
Other
66 stars 26 forks source link

Automatically correct inapplicable time zones #54

Closed nomis closed 3 years ago

nomis commented 4 years ago

People frequently can't use timezones correctly.

They refer to "3pm pst" when DST is in effect. The bot takes this literally and conversion is then an hour out, because they really meant "3pm pdt".

The bot needs to assume people are wrong when they use time zones in a time period where they are not in effect. For example, if they specify "3pm pst", assume they meant "3pm pt" ("3pm pdt") if the Pacific time zone on that date (and time) is PDT.

No amount of telling people that they're using the wrong time zone will get them to specify time correctly.

KevinNovak commented 3 years ago

Duplicate of #42.

Please refer to the above issue for further discussion.

nomis commented 3 years ago

This is not a duplicate of #42.

You state in that issue that it only determines DST if not explicitly specified. This issue concerns people explicitly specifying the wrong DST status.