katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

How to set custom Timezone? #130

Open Nicolas-Bouteille opened 5 years ago

Nicolas-Bouteille commented 5 years ago

Hello, Is there a way to enforce which timezone should be used /considered when selecting / saving the date? For example : we organize an event in Moscow (UTC+3) but I am currently in London (UTC+1) I want some action to be triggered at 3:00 in Moscow. So 0:00 UTC should be saved in the database. So I understand that by default, I should enter 1:00 on the ion-datetime-picker so that 0:00 is saved in the database because I am in London. What I want is to be able to enter 3:00 on the ion-datetime-picker even though I am in London, because I know my event is in Moscow. Is that possible ? Thank you :) Nicolas