classlinkinc / angular-material-time-picker

Material design time picker for 12 and 24 hour time.
MIT License
49 stars 30 forks source link

Support for UTC #29

Open PhilDore11 opened 6 years ago

PhilDore11 commented 6 years ago

We require all our times to display in UTC. Would it be possible to add support for ng-model-options="{timezone: 'utc'}"

adripanico commented 6 years ago

Actually, it will be great to have it ready for any timezone.

I really don't why the compatibility with Moment was removed, since this would make this task easy peasy.

I will take a look into this.