-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-detect daylight savings time #42
Comments
@atalkingfish I'm still in the process of looking into this but I'm guessing this has to do with daylight savings time. When you type "ET" it is assuming "EST", but because it is currently daylight savings time in the US it should assume "EDT" instead. As a workaround you can use "EDT"/"MDT" during daylight sayings time and "EST"/"MST" if it's not daylight savings. |
I am aware that using S and D to solve the issue but getting a server full of people to use the right one at the right times of the year is impossible. |
You have a good point, this can definitely be confusing. I'd ideally like to have the bot auto-detect if the time zone is currently in daylight savings, in this scenario where it's not explicitly mentioned. |
Typing in “1pm PT” results in “1pm PT: 5 pm ET, etc” which is wrong (it should be 4 pm ET, etc)
Typing in “1pm MT” results in only “1pm” being read, and the time zones are set against the user’s time zone.
The text was updated successfully, but these errors were encountered: