Skip to content
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

Bug with Negative GMT timezones #161

Closed
khosravipasha opened this issue Mar 6, 2019 · 2 comments
Closed

Bug with Negative GMT timezones #161

khosravipasha opened this issue Mar 6, 2019 · 2 comments

Comments

@khosravipasha
Copy link
Contributor

If the timezone of the dealine is GMT-**, the website is somehow ignoring the negative and shows the deadline as GMT+**. For example, for the upcoming UAI deadline the data correctly shows GMT -11:00 timezone, however on the website it is treating the deadline as GMT +11:00, hence the deadline showed on the website is off by 22 hours.

This also happens with other conferences that have negative GMT deadlines, ECML-PKDD, and EMNLP-IJCNLP.

@abhshkdz
Copy link
Contributor

abhshkdz commented Mar 6, 2019

Thanks! Turns out this wasn't a bug: moment/moment-timezone#167, just counterintuitive design. Added support for the more intuitive version.

@khosravipasha
Copy link
Contributor Author

Awesome, thanks for the quick fix. I knew timezones are always tricky, learned something new today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants