When an operation is performed on the Date() value in a JavaScript or JQuery routine, where does the value of the Date() come from?
Example: dateutils.convertToDotNetDateInLocalTime(new Date()))
* The individual workstation's OS Date & Time?
* The backend server's OS Date & Time?
* Somewhere else?
The reason I ask is that while a number of users are working just fine, one or more users are posting 'strange' Date/Time values (off by 1 hour and/or off by 25 hours) - even when their individual workstation Date/Time/TimeZone/'Daylight Saving' settings appear correct and are even 'synced' to the Atomic clock.
Thanks,
JRB-Bldr
Example: dateutils.convertToDotNetDateInLocalTime(new Date()))
* The individual workstation's OS Date & Time?
* The backend server's OS Date & Time?
* Somewhere else?
The reason I ask is that while a number of users are working just fine, one or more users are posting 'strange' Date/Time values (off by 1 hour and/or off by 25 hours) - even when their individual workstation Date/Time/TimeZone/'Daylight Saving' settings appear correct and are even 'synced' to the Atomic clock.
Thanks,
JRB-Bldr