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

Problem on changing deadline time for assignment #318

Closed
yangsong8 opened this issue Aug 9, 2013 · 1 comment
Closed

Problem on changing deadline time for assignment #318

yangsong8 opened this issue Aug 9, 2013 · 1 comment

Comments

@yangsong8
Copy link
Contributor

This bug is found when we tried to input deadline manually to a new assignment.

Usually we left click on the textfield to edit a deadline and a small pop-up window will show up. And then we can press 'Esc' to get rid of this window and type the deadline manually.

But today we found we cannot change the time zone manually from '+0000' to'-0400', every time we tried to change the timezone it would flash back to '+0000' immediately. It seems the timezone '-0400' is not a valid input.

@efg
Copy link
Member

efg commented Aug 28, 2013

Another problem is that only US timezones are listed (though Alaska and Hawaii are not).

Also, the date/time picker is unaware of daylight savings time. It always uses standard time (e.g., Eastern = -0500). This must be fixed. Having times be off by an hour is as bad as having them be off by 5 hours (which was the case when it always used UTC).

Furthermore, the code should use timezonepref for the current user, and default to the user's preferred timezone (I shouldn't have to scroll down to "Eastern" every time I create an assignment).

@akofink akofink closed this as completed Sep 3, 2013
@akofink akofink reopened this Sep 3, 2013
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

4 participants