<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Time difference between SHOW TIME and time shown on email sent items and files viewed through CI in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815219#M102009</link>
    <description>&lt;P&gt;The logicals are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_DAYLIGHT_SAVING" = "0"&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_DIFFERENTIAL" = "-3600"&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_NAME" = "GMT+1"&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_RULE" = "GMT1"&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2011 09:07:02 GMT</pubDate>
    <dc:creator>Maddog1</dc:creator>
    <dc:date>2011-07-06T09:07:02Z</dc:date>
    <item>
      <title>Time difference between SHOW TIME and time shown on email sent items and files viewed through CIFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815175#M102007</link>
      <description>&lt;P&gt;The current system time is correct, but when the system (Openvms 8.3) sends out a mail, the sent time is two hours ahead.&lt;/P&gt;&lt;P&gt;Also, new files viewed through CIFS (Samba) show the same time difference?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another internal clock other than the one controlled by the SET TIME command?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815175#M102007</guid>
      <dc:creator>Maddog1</dc:creator>
      <dc:date>2011-07-06T08:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference between SHOW TIME and time shown on email sent items and files viewed through CI</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815185#M102008</link>
      <description>&lt;P&gt;No, it's most likely a problem with your timezone/daylight saving settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does SHOW LOGICAL *TIMEZONE* say?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815185#M102008</guid>
      <dc:creator>Richard Brodie_1</dc:creator>
      <dc:date>2011-07-06T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference between SHOW TIME and time shown on email sent items and files viewed through CI</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815219#M102009</link>
      <description>&lt;P&gt;The logicals are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_DAYLIGHT_SAVING" = "0"&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_DIFFERENTIAL" = "-3600"&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_NAME" = "GMT+1"&lt;/P&gt;&lt;P&gt;"SYS$TIMEZONE_RULE" = "GMT1"&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 09:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815219#M102009</guid>
      <dc:creator>Maddog1</dc:creator>
      <dc:date>2011-07-06T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference between SHOW TIME and time shown on email sent items and files viewed through CI</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815237#M102010</link>
      <description>&lt;P&gt;VMS timekeeping is arcane, and it is quite likely that your TDF setting is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VMS unfortunately maintains its time using localtime, and C and related languages then use a timezone differential factor (TDF) to get to UTC time, and then back to its own idea of localtime, and when this sequence has a bad timezone setting or other configuration error, applications written in C and C++ and derivatives will show the system time differently than other OpenVMS applications. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoke the @SYS$MANAGER:UTC$TIME_SETUP.COM procedure and set your timezone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For information on the current settings, use the @SYS$MANAGER:﻿UTC$TIME_SETUP SHOW command. &amp;nbsp;I've posted an OpenVMS introduction to the TZ timezone rule format &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/560"&gt;here&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on your OpenVMS version and your patch level, the time GMT+1 is one hour west of the prime meridian, or is one hour east. &amp;nbsp;Details are &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/120"&gt;here&lt;/A&gt;. &amp;nbsp;Best to avoid the GMT notation, due to the ambiguity here, and due to how the POSIX timekeeping rules differ from the norms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exact details and syntax can vary by VMS version. &amp;nbsp;Please always remember to include OpenVMS and related product version information when posting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 09:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/time-difference-between-show-time-and-time-shown-on-email-sent/m-p/4815237#M102010</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-07-06T09:22:01Z</dc:date>
    </item>
  </channel>
</rss>

