<?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: tomorrow's date in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924406#M110247</link>
    <description>Tomorrow's date? That's easy:&lt;BR /&gt;March 12, 2003&lt;BR /&gt;;D&lt;BR /&gt;(Well, I see more cleaver guyz gave you the help already...)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Adam&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Mar 2003 17:23:39 GMT</pubDate>
    <dc:creator>Adam J Markiewicz</dc:creator>
    <dc:date>2003-03-11T17:23:39Z</dc:date>
    <item>
      <title>tomorrow's date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924401#M110242</link>
      <description>how can I display tomorrow's date?  I'm sure this was asked for before. In fact I'm sure I did it before but yesterday's are gone from my memory!  Thanks,</description>
      <pubDate>Tue, 11 Mar 2003 16:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924401#M110242</guid>
      <dc:creator>VWR Admin</dc:creator>
      <dc:date>2003-03-11T16:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: tomorrow's date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924402#M110243</link>
      <description>Do a search thru the Forums and look for A. Clay Stephenson's caljd.sh or caljd.pl script.</description>
      <pubDate>Tue, 11 Mar 2003 16:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924402#M110243</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-11T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: tomorrow's date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924403#M110244</link>
      <description>Or for Europian sites :&lt;BR /&gt;&lt;BR /&gt;TOMORROW=`TZ=$TZ-24 date '+%Y/%m/%d'` &lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Tue, 11 Mar 2003 17:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924403#M110244</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-03-11T17:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: tomorrow's date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924404#M110245</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc0afba808b46d611abda0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc0afba808b46d611abda0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 11 Mar 2003 17:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924404#M110245</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-03-11T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: tomorrow's date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924405#M110246</link>
      <description>The use of the following is commonly seen to compute tomorrow's date: &lt;BR /&gt;&lt;BR /&gt;# TZ=GMT-24 date +%m/%d/%y&lt;BR /&gt;&lt;BR /&gt;...and "correspondingly", yesterdays's date"&lt;BR /&gt;&lt;BR /&gt;# TZ=GMT+24 date +%m/%d/%y &lt;BR /&gt;&lt;BR /&gt;Eurpopeans,living around the Prime Meridian are the "lucky" ones who can use +-24 hours to exactly compute yesterday or tommorrow *including* the correct time. &lt;BR /&gt;&lt;BR /&gt;As noted by the man pages for environ(5), the offset is the value that must be added to local time to arrive at UTC (GMT). The offset takes the format hh[:mm[:ss]] where(hh)is any value from 0 through 23. The optional minutes (mm) and seconds (ss) fields are a value from 0 through 59. The hour field is required. If offset is preceded by a -, the time zone is east of the Prime Meridian. A + preceding offset indicates that the time is one that is west of the Prime Meridian. &lt;BR /&gt;&lt;BR /&gt;For example, it is now about 1221 hours on March 11 in the Eastern US.  To produce a date *and time* exactly 24-hours from now, I would need to compute an offset of (24-5) to account for the difference in my timezone (EST) and UTC time. &lt;BR /&gt;&lt;BR /&gt;Notice that I cannot produce an exact date and time for yesterday, however, since to affect this, the computation would need to offset 29 hours (24+5), an invalid offset.&lt;BR /&gt;&lt;BR /&gt;You are advised to beware.&lt;BR /&gt;&lt;BR /&gt;Regards! &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 11 Mar 2003 17:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924405#M110246</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-11T17:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: tomorrow's date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924406#M110247</link>
      <description>Tomorrow's date? That's easy:&lt;BR /&gt;March 12, 2003&lt;BR /&gt;;D&lt;BR /&gt;(Well, I see more cleaver guyz gave you the help already...)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 17:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tomorrow-s-date/m-p/2924406#M110247</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-03-11T17:23:39Z</dc:date>
    </item>
  </channel>
</rss>

