<?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 date in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070898#M140629</link>
    <description>Recently I started implementing ntp timesynchronisation, but at the moment they are using date -a sss.xxxx to slew time forward or backward.&lt;BR /&gt;As a difference is not immediately visible I wonder how the date -a is working. I know that the system clock is slowed down or sped up. But how long does it take for time to adjust with for example 60s.&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Sep 2003 08:18:49 GMT</pubDate>
    <dc:creator>Corthouts Carlo</dc:creator>
    <dc:date>2003-09-15T08:18:49Z</dc:date>
    <item>
      <title>date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070898#M140629</link>
      <description>Recently I started implementing ntp timesynchronisation, but at the moment they are using date -a sss.xxxx to slew time forward or backward.&lt;BR /&gt;As a difference is not immediately visible I wonder how the date -a is working. I know that the system clock is slowed down or sped up. But how long does it take for time to adjust with for example 60s.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 08:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070898#M140629</guid>
      <dc:creator>Corthouts Carlo</dc:creator>
      <dc:date>2003-09-15T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070899#M140630</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;From man date&lt;BR /&gt;&lt;BR /&gt;-a [-]sss[.fff] &lt;BR /&gt;   Slowly adjust the time by sss.fff seconds (fff represents fractions of a second). This adjustment can be positive or negative. The system's clock will be sped up or slowed down until it has drifted by the number of seconds specified. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The .fff part of the command defines the speed of the slow up/down, so the speed is defined by the command that you enter.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 15 Sep 2003 08:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070899#M140630</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-09-15T08:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070900#M140631</link>
      <description>I seem to recall it slews very slowly, 60s could take a day or two to sync.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 08:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070900#M140631</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-15T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070901#M140632</link>
      <description>Slewing of the clock is performed by the adjtime(2) system call - see the man page for more information.  The speed is not configurable, but from what I remember it is about 20% faster or slower than normal time - it seems to take about 5 minutes to perform a 1 minute change.&lt;BR /&gt;&lt;BR /&gt;Theres a program that uses adjtime in the following thread (very last post):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x7d9303bbece8d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x7d9303bbece8d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 09:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070901#M140632</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2003-09-15T09:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070902#M140633</link>
      <description>If you need to step up the time with Immidiate you can use ntpdate &lt;TIMESERVER&gt;&lt;BR /&gt;&lt;BR /&gt;Slew will take 24 hrs apprx, i mean you can come in the morning and see that time is in sync.&lt;BR /&gt;&lt;BR /&gt;Enjoy&lt;BR /&gt;Murgesh&lt;/TIMESERVER&gt;</description>
      <pubDate>Mon, 15 Sep 2003 10:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070902#M140633</guid>
      <dc:creator>Murgesh_2</dc:creator>
      <dc:date>2003-09-15T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070903#M140634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have used this function on several occasions and has not yet been able to detect anything signifying if the function is in progress or not.&lt;BR /&gt;Anyway, I never try to slew more than 60 seconds at a time and I alway let 10 minutes pass between each execution. Not very precise, but till now this has worked for me.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Mon, 15 Sep 2003 10:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date/m-p/3070903#M140634</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-09-15T10:27:37Z</dc:date>
    </item>
  </channel>
</rss>

