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

maxDateTime does not respect timezones #695

Open smartboyathome opened 10 years ago

smartboyathome commented 10 years ago

Right now, with 1.4.3, maxDateTime will only limit times by the local time. If you switch timezones (for example, to UTC), then the time sliders and max calendar date does not change. Our app displays UTC times rather than local times, and what I expect to happen is that it adjusts the date and time whenever the timezone is changed.