Hi Gavin, What about a JavaScript along the lines of
<script> var currentUTCDate = new Date(); // creates a date in the form Wed Jul 14 09:58:44 UTC+0930 2004 //document.write(currentUTCDate); </script> Then a method (hidden form etc) to pass the JS var currentUTCDate back to CF? cheers David -----Original Message----- From: Gavin Irons [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 7:56 PM To: CFAussie Mailing List Subject: [cfaussie] Timezone function Is there any way I can determine what timezone a user is in? Also can I get the time from the user's brower (ie not the server time). Thanks Gavin Irons --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
