i have a function which returns a clients time with respect to the server irrrespective of his system time. so if a client was accessing my page from new jersey and the server is hosted in arizona..with current time of 5.30 AM the client gets to see 7.30 AM irrrespective of what his system date is set to
i need to trap if a client is in a daylight savings zone.. anybody know how this is done in javascript??
i need to trap if a client is in a daylight savings zone.. anybody know how this is done in javascript??