bevacqua / rome

:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery!
https://bevacqua.github.io/rome
MIT License
2.91k stars 223 forks source link

Support other timezones #147

Closed thomassuckow closed 8 years ago

thomassuckow commented 8 years ago

Support handling dates in other timezones than 'local time'

For instance in my application all dates are displayed as UTC. Currently to use rome I have to abuse the Date object to make the calendar behave correctly.

thomassuckow commented 8 years ago

This isn't actually an issue for us because we parse the string in the input box. I just got confused because I picked up another developers code and it wasn't clear how they were interoping with rome. I thought they were getting a date instance.