bootstrap-timepicker
bootstrap-timepicker copied to clipboard
Timezone
Feature request for timezones being added as an option. Thanks.
+1
+1
+1
I'm buried in another project right now. Pull requests are welcomed.
What kind of format should it support?
ex. 10:35 AM PST ??
Three character timezone (as in your example) is my preference
the option list would be huge.
http://en.wikipedia.org/wiki/List_of_time_zone_abbreviations
Don't think this is worth adding.
To add timezones you'll probably want to integrate with an existing library, e.g. jstz
http://momentjs.com/timezone/ is a decent js lib for handling time zones. But time zones don't make much sense without dates, which might be out of scope for a simple time picker?
+1
@jdewit For my case, a timezone string based on UTC offset is enough.
bootstrap-timepicker always returns me wrong time as I'm in a non-UTC timezone.
+1