<?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: getting older time in openVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301195#M91746</link>
    <description>The OpenVMS manuals are available at &lt;A href="http://www.hp.com/go/openvms/doc" target="_blank"&gt;http://www.hp.com/go/openvms/doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Start with the OpenVMS user's guide; that contains a reasonable explanation of the DCL syntax, including absolute, delta and combination time specifications.&lt;BR /&gt;&lt;BR /&gt;The OpenVMS help files have directly relevant information.  In current OpenVMS versions, HELP DATE will get you the core DCL constructs and examples.  That's where the above text came from.&lt;BR /&gt;&lt;BR /&gt;The Google web search engine is available at &lt;A href="http://www.google.com," target="_blank"&gt;http://www.google.com,&lt;/A&gt; and can be used to access a wealth of information on DCL and DCL time and date syntax.  The available Google site keyword (eg: site:h71000.www7.hp.com) can be used to narrow the search to specific hosts, too, targeting your query.&lt;BR /&gt;&lt;BR /&gt;And as for the question:&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;$ dir/since="-:10:00"&lt;BR /&gt;%DIRECT-W-NOFILES, no files found&lt;BR /&gt;$ create x.x&lt;BR /&gt;^Z&lt;BR /&gt;$ dir/since="-:10:00"&lt;BR /&gt;&lt;BR /&gt;Directory ddcu:[dir]&lt;BR /&gt;&lt;BR /&gt;X.X;1               &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;$ &lt;BR /&gt;$ HELP DATE &lt;BR /&gt;&lt;BR /&gt;DATE_TIME&lt;BR /&gt;&lt;BR /&gt;  Delta&lt;BR /&gt;&lt;BR /&gt;       Delta time is an offset from the current time to a time in the&lt;BR /&gt;       future. Delta time has the following format:&lt;BR /&gt;&lt;BR /&gt;            "+[dddd-][hh:mm:ss.cc]"&lt;BR /&gt;&lt;BR /&gt;       You can truncate delta time after the hour field. You can also&lt;BR /&gt;       omit any of the fields after the hour field format as long as you&lt;BR /&gt;       specify the punctuation marks.&lt;BR /&gt; ---&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Nov 2008 19:44:12 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2008-11-05T19:44:12Z</dc:date>
    <item>
      <title>getting older time in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301192#M91743</link>
      <description>whats the easiest way of getting current time - 10 mins  (&lt;BR /&gt;e.g if i want to do a dir/since=&amp;lt;10 mins ago time&amp;gt;</description>
      <pubDate>Wed, 05 Nov 2008 19:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301192#M91743</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2008-11-05T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: getting older time in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301193#M91744</link>
      <description>$ dire/sinc="''f$cvtime("-0 0:10:0","absolute")'"</description>
      <pubDate>Wed, 05 Nov 2008 19:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301193#M91744</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2008-11-05T19:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: getting older time in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301194#M91745</link>
      <description>Sami,&lt;BR /&gt;&lt;BR /&gt;simply&lt;BR /&gt;&lt;BR /&gt;$ DIR /SIN="-0:10"&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 05 Nov 2008 19:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301194#M91745</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-11-05T19:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: getting older time in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301195#M91746</link>
      <description>The OpenVMS manuals are available at &lt;A href="http://www.hp.com/go/openvms/doc" target="_blank"&gt;http://www.hp.com/go/openvms/doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Start with the OpenVMS user's guide; that contains a reasonable explanation of the DCL syntax, including absolute, delta and combination time specifications.&lt;BR /&gt;&lt;BR /&gt;The OpenVMS help files have directly relevant information.  In current OpenVMS versions, HELP DATE will get you the core DCL constructs and examples.  That's where the above text came from.&lt;BR /&gt;&lt;BR /&gt;The Google web search engine is available at &lt;A href="http://www.google.com," target="_blank"&gt;http://www.google.com,&lt;/A&gt; and can be used to access a wealth of information on DCL and DCL time and date syntax.  The available Google site keyword (eg: site:h71000.www7.hp.com) can be used to narrow the search to specific hosts, too, targeting your query.&lt;BR /&gt;&lt;BR /&gt;And as for the question:&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;$ dir/since="-:10:00"&lt;BR /&gt;%DIRECT-W-NOFILES, no files found&lt;BR /&gt;$ create x.x&lt;BR /&gt;^Z&lt;BR /&gt;$ dir/since="-:10:00"&lt;BR /&gt;&lt;BR /&gt;Directory ddcu:[dir]&lt;BR /&gt;&lt;BR /&gt;X.X;1               &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;$ &lt;BR /&gt;$ HELP DATE &lt;BR /&gt;&lt;BR /&gt;DATE_TIME&lt;BR /&gt;&lt;BR /&gt;  Delta&lt;BR /&gt;&lt;BR /&gt;       Delta time is an offset from the current time to a time in the&lt;BR /&gt;       future. Delta time has the following format:&lt;BR /&gt;&lt;BR /&gt;            "+[dddd-][hh:mm:ss.cc]"&lt;BR /&gt;&lt;BR /&gt;       You can truncate delta time after the hour field. You can also&lt;BR /&gt;       omit any of the fields after the hour field format as long as you&lt;BR /&gt;       specify the punctuation marks.&lt;BR /&gt; ---&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2008 19:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-older-time-in-openvms/m-p/4301195#M91746</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-05T19:44:12Z</dc:date>
    </item>
  </channel>
</rss>

