GMT Time and Real Time

liunx

Guest
I see this a the bottom of the forums,<br />
All times are GMT -6 hours. The time now is 01:09 AM. <br />
What I want to know that if a time script is put on a page does it show the user the time in 'MY' zone or thiers, and also could 2 boxes be put beside each other showing the GMT time and Whichever occurs - My or Thier real time. Anyone have an example?<!--content-->Try this script <br />
<br />
<!-- m --><a class="postlink" href="http://javascript.internet.com/clocks/local-time.html">http://javascript.internet.com/clocks/local-time.html</a><!-- m --><!--content-->It depends where you take the timing from.<br />
If it's client side (e.g. javascript) then the time zone displayed will be theirs. If it's done through Server side (php, asp, etc) then it will show the time of the server (which may or may not be their timezone).<!--content-->Thanks again for the link and tips!<!--content-->
 
Back
Top