How to set default timezone in browser in timepicker js

2k views Asked by At

I tried everything to set a default timezone in browsers for timpicker js but it's not working.

Here is the js i am using : http://trentrichardson.com/examples/timepicker/jquery-ui-timepicker-addon.js

And its customization options are : http://trentrichardson.com/examples/timepicker/

1

There are 1 answers

1
Alexander Mistakidis On BEST ANSWER

You can add

defaultTimezone: "+0400"

where +0400 is your preferred default time zone and you'll be on your merry way.