User930260775 posted
I have a need to "time stamp" and activity that occurs. The issue I'm having is the time stamp always uses the web server's local time when it writes to the SQL database.
Since I have mobile users accessing these pages from all over the U.S., I've been trying to figure out a way to retrieve the date and time from the mobile device.
To add a layer of complexity to this, the devices could include smart phones, hand held pc's, etc... I've heard javascript won't run on many phone web browser's.
Does anyone know of a way to retrieve the local time from a mobile device or some other workaround?
On last caveat... The option to store the time as UDT and diplay based on time zone differential is not an option since there are other applications using the data not under my control that would not be able to perform this conversion.
Thank you in advance for any suggestions.