trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

_gotoToday not working correctly for IST #711

Open glweotek opened 10 years ago

glweotek commented 10 years ago

Hi, We are setting the timezone on the timepicker to GMT and managing the date around that. Works great EXCEPT with a tester in the IST timezone. When she hit's the reset button, the time is set as the local time. Doesn't do that for MST. Probably a hack but I replaced the _setTime call with the _setDateDatepicker call and it works fine. The time is being set before it get's into the _gotoToday function so it seems to me to be just a matter of setting the date. Anyhow, it look's like a bug.

Thanks for putting this widget out there, it's great.