Search code examples
javascriptjqueryjquery-ui-timepicker

How to set default timezone in browser in timepicker js


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/


Solution

  • You can add

    defaultTimezone: "+0400"
    

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