<?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: exact command to set date/time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071990#M307673</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can tell me the exact syntax please for setting: actual date (18 september) and time = 19H 30min 15 sec PM. &lt;BR /&gt;&lt;BR /&gt;There is NO seconds field to the argument.  The manpages for 'date' is quite clear:&lt;BR /&gt;&lt;BR /&gt;date [-u] [mmddhhmm[[cc]yy]]&lt;BR /&gt;&lt;BR /&gt;Assuming what you provided was your localtime:&lt;BR /&gt;&lt;BR /&gt;# date 09181930&lt;BR /&gt;&lt;BR /&gt;The optional switch '-u' means UTC (GMT); The optional century (20) and year (07) need not be given.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 18 Sep 2007 05:13:08 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-09-18T05:13:08Z</dc:date>
    <item>
      <title>exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071984#M307667</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;May anyone plz give the exact command to set the date + time for instance: actual date (18 september) and time = 19H 30min 15 sec PM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Tue, 18 Sep 2007 04:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071984#M307667</guid>
      <dc:creator>Mark2010_1</dc:creator>
      <dc:date>2007-09-18T04:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071985#M307668</link>
      <description>&lt;BR /&gt;Mark,&lt;BR /&gt;&lt;BR /&gt;you can use&lt;BR /&gt;&lt;BR /&gt;#set_parms date_time&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;please assign points</description>
      <pubDate>Tue, 18 Sep 2007 04:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071985#M307668</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-09-18T04:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071986#M307669</link>
      <description>Hi whiteknight &lt;BR /&gt;&lt;BR /&gt;&lt;WHAT is="" the="" format="" of="" date_time=""&gt;&lt;/WHAT&gt;&lt;BR /&gt;BR</description>
      <pubDate>Tue, 18 Sep 2007 04:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071986#M307669</guid>
      <dc:creator>Mark2010_1</dc:creator>
      <dc:date>2007-09-18T04:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071987#M307670</link>
      <description>From the man page for date:&lt;BR /&gt;&lt;BR /&gt;date [-u] [mmddhhmm[[cc]yy]]&lt;BR /&gt;&lt;BR /&gt;Set the HP-UX system clock to the date and time specified.  You require the superuser privilege. &lt;BR /&gt;&lt;BR /&gt;If you include the -u option, the specified date and time is assumed to be in Coordinated Universal Time (UTC).&lt;BR /&gt;&lt;BR /&gt;The numeric argument is interpreted left to right in two-digit pairs as follows:&lt;BR /&gt;mm   Month number [01-12].&lt;BR /&gt;dd   Day number in the month [01-31].&lt;BR /&gt;hh   Hour number (24-hour system) [00-23].&lt;BR /&gt;mm   Minute number [00-59].&lt;BR /&gt;cc   Century minus one [19-20].&lt;BR /&gt;yy   Last two digits of the year number [70-99, 00- 7 (1970-1999, 2000-2037)].  If omitted, the current year is used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Sep 2007 04:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071987#M307670</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-09-18T04:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071988#M307671</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;I tried this but I am sure I am miss understanding the arguments: Can tell me the exact syntax please for setting:&lt;BR /&gt;&lt;BR /&gt;actual date (18 september) and time = 19H 30min 15 sec PM.</description>
      <pubDate>Tue, 18 Sep 2007 04:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071988#M307671</guid>
      <dc:creator>Mark2010_1</dc:creator>
      <dc:date>2007-09-18T04:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071989#M307672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;'date 09181930'&lt;BR /&gt;&lt;BR /&gt;seconds are not possible - see 'man date'&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071989#M307672</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-09-18T05:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071990#M307673</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can tell me the exact syntax please for setting: actual date (18 september) and time = 19H 30min 15 sec PM. &lt;BR /&gt;&lt;BR /&gt;There is NO seconds field to the argument.  The manpages for 'date' is quite clear:&lt;BR /&gt;&lt;BR /&gt;date [-u] [mmddhhmm[[cc]yy]]&lt;BR /&gt;&lt;BR /&gt;Assuming what you provided was your localtime:&lt;BR /&gt;&lt;BR /&gt;# date 09181930&lt;BR /&gt;&lt;BR /&gt;The optional switch '-u' means UTC (GMT); The optional century (20) and year (07) need not be given.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Sep 2007 05:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071990#M307673</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-18T05:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071991#M307674</link>
      <description>&amp;gt;I tried this but I am sure I am miss understanding the arguments:&lt;BR /&gt;&lt;BR /&gt;Is your problem the seconds as Volkmar mentioned?&lt;BR /&gt;Otherwise you need to explain why you can't understand what Pete said.</description>
      <pubDate>Tue, 18 Sep 2007 05:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071991#M307674</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-18T05:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071992#M307675</link>
      <description>Yup, it is the seconds.</description>
      <pubDate>Tue, 18 Sep 2007 05:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071992#M307675</guid>
      <dc:creator>Mark2010_1</dc:creator>
      <dc:date>2007-09-18T05:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071993#M307676</link>
      <description>so you've to start your command 15 seconds before you want to  ;-))</description>
      <pubDate>Tue, 18 Sep 2007 05:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071993#M307676</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-09-18T05:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: exact command to set date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071994#M307677</link>
      <description>You can of course use sleep to get it closer:&lt;BR /&gt;sleep 45; date 09181931</description>
      <pubDate>Tue, 18 Sep 2007 20:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exact-command-to-set-date-time/m-p/4071994#M307677</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-18T20:08:45Z</dc:date>
    </item>
  </channel>
</rss>

