calendar date select

Hi,

     In my application I am using calendar_date_select gem to pickup date and time from browser.

     The problem I am facing is:

     My application server is in us and when I tried to access the application from my machine(India) the calendar_date_select returns the time of my local machine. It does not pickup time from the server. Is there any way to get server time.

    I have gone through the gem code and observed that date and time are returned from java script files.

Cheers, Venkat.