The jQuery datepicker (http://jqueryui.com/demos/datepicker/) uses the timezone set on the client computer, which is quite unreliable.
In my website every member already has his/her timezone chosen when they register.
So I would like to generate the local time on the server side for them based on their timezone setting and let datepicker use that, but there doesn't seem to be a way to pass it to the datepicker. I can't find any option that allows this.
Has anyone ever done this before?
Many thanks to you all.