-
Notifications
You must be signed in to change notification settings - Fork 186
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
Datetimepicker bug? #751
Comments
It's probably some broken assumptions about time zones in the code. Can you try it at different times of day and see if it acts differently? |
Just tried again and got the same result. |
For the record, I just created zpaulovics/datetimepicker-rails#83 |
zpaulovics/datetimepicker-rails#83 (comment) |
Are we still using that same library for the datepicker? Does the issue still exist? I see their last commit was in 2015, so that doesn't give much hope ;) If we have moved to a different datepicker, then please close this ticket. |
In that case we should move to a different datepicker, one that is still under active maintenance ;) |
@pedrosino Could you check whether this branch still has the same issue? |
@UnsolvedCypher Sorry for the delaty |
Oh that's good to hear! In that case I guess this issue can be closed |
Love these kind of issues :) |
While editing a competition yesterday, I found that selecting October 15th 2016 is very messy. See gif below.
Basically the field is saved as 2016-10-16 on the database, but for some reason it appear as 2016-10-15 on the input. Also, when the datetimepicker opens, there are two (?!) day 15, one being to the right of everything else.
I'm able to click on the 16th and save, but on reloading the problem repeats.
Could this be something local? Can anybody try to replicate this?
![out](https://cloud.githubusercontent.com/assets/1881933/16451305/8fdd018e-3dd8-11e6-9fc9-1a254908d0dc.gif)
The text was updated successfully, but these errors were encountered: