0

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/

user1761895
  • 37
  • 1
  • 8
  • Show some of the code you have tried, What's the problem, whenever the user clicks the now button it uses local time? – Rym Oct 22 '12 at 21:59
  • i tried to set default.timezone, actually i want to show +0400 timings to all the visitors on my site as i am using that time to execute the functionality. So now option should show the timings of +0400 GMT. – user1761895 Oct 22 '12 at 22:02

1 Answers1

0

You can add

defaultTimezone: "+0400"

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

Alexander Mistakidis
  • 3,130
  • 2
  • 20
  • 23