<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Time Offset</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Time Offset]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 11:45:40 +0000</pubDate>
  <lastBuildDate>Fri, 09 Dec 2005 06:48:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=17468</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Time Offset : OK, I&amp;#039;ll give it a go  ]]></title>
   <link>https://forums.webwiz.net/time-offset_topic17468_post95032.html#95032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17468<br /><strong>Posted:</strong> 09&nbsp;December&nbsp;2005 at 6:48am<br /><br />OK, I'll give it a go]]>
   </description>
   <pubDate>Fri, 09 Dec 2005 06:48:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/time-offset_topic17468_post95032.html#95032</guid>
  </item> 
  <item>
   <title><![CDATA[Time Offset : However, your statement was  ...]]></title>
   <link>https://forums.webwiz.net/time-offset_topic17468_post95013.html#95013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 17468<br /><strong>Posted:</strong> 08&nbsp;December&nbsp;2005 at 11:00pm<br /><br />However, your statement was<br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> In ASP there is noway to get UNC or GMT time</td></tr></table><br />which is patently untrue.<br /><br />Any ASP page can use both JScript and VBScript. If you use VBScript as your main language you just have to use the synatax sbove outside your script delimiters and you should be able to call the JScript function from within your application. <br /><br />I use VBScript and this is what I use when I need the time in GMT. If you check out www.warmageddon.com you'll see that it displays the time in GMT (at the bottom of the page). That site is written in VBScript except for this one function.<br /><br />The time in GMT can also be called via MSSQL by using the getUTCdate() function but that doesn't work in Access.]]>
   </description>
   <pubDate>Thu, 08 Dec 2005 23:00:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/time-offset_topic17468_post95013.html#95013</guid>
  </item> 
  <item>
   <title><![CDATA[Time Offset : Yes, but the forum uses VbScript...]]></title>
   <link>https://forums.webwiz.net/time-offset_topic17468_post94984.html#94984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17468<br /><strong>Posted:</strong> 08&nbsp;December&nbsp;2005 at 9:41am<br /><br />Yes, but the forum uses VbScript not JScript]]>
   </description>
   <pubDate>Thu, 08 Dec 2005 09:41:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/time-offset_topic17468_post94984.html#94984</guid>
  </item> 
  <item>
   <title><![CDATA[Time Offset : You can use JScript to get the...]]></title>
   <link>https://forums.webwiz.net/time-offset_topic17468_post94965.html#94965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 17468<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2005 at 5:44pm<br /><br />You can use JScript to get the time in GMT.<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />&lt;script runat="server" language="jscript"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function getGMTTime()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var d, s;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;d = new Date();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s = d.toUTCString(); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return(s); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&lt;/script&gt;<br /></pre></td></tr></table>]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 17:44:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/time-offset_topic17468_post94965.html#94965</guid>
  </item> 
  <item>
   <title><![CDATA[Time Offset : Because the time is that of the...]]></title>
   <link>https://forums.webwiz.net/time-offset_topic17468_post94937.html#94937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17468<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2005 at 4:38am<br /><br />Because the time is that of the web server, which remains in the sameplace ni matter where the user is who connects to the server.<br><br>In ASP there is noway to get UNC or GMT time, so the only place to getthe time from is the web server. The time on the web server remains thesame no matter where the user connects to the server from.<br>]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 04:38:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/time-offset_topic17468_post94937.html#94937</guid>
  </item> 
  <item>
   <title><![CDATA[Time Offset : Hi all,  I am having a weird...]]></title>
   <link>https://forums.webwiz.net/time-offset_topic17468_post94915.html#94915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18494">seanlail</a><br /><strong>Subject:</strong> 17468<br /><strong>Posted:</strong> 06&nbsp;December&nbsp;2005 at 4:11pm<br /><br />Hi all,<br><br>I am having a weird issue.<br><br>In the "Forum Preferences" (register.asp) there is a present serverdate and time and the user has the ability to offset this to his localtime.<br><br>My problem is:<br><br>No matter where in the world my users are... they all see that the server time is exactly the same as theirs...<br><br>How can this be???]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 16:11:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/time-offset_topic17468_post94915.html#94915</guid>
  </item> 
 </channel>
</rss>