ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Popup calendar always displaying time in browser's default timezone #223

Open DucNHoang opened 6 years ago

DucNHoang commented 6 years ago

Has anyone raised this issue?

I always work with GMT+0 in my system but my actual timezone is GMT+1. So basically if I want something to fire at 11:00 GMT, I have to select 12:00 in the calendar. Quite annoying to always have to switch my mind between +0 and +1 when working with the picker, and confusing for users as well.

Is there a way to force the picker to work in +0?