<?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: Burning CDs for HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546399#M875040</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds like GMT-6 ( its USA East ) ?.&lt;BR /&gt;Please check the profile and the application setting which manipulate the CD-writer (from HPUX side ).&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Jun 2001 13:51:22 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-06-28T13:51:22Z</dc:date>
    <item>
      <title>Burning CDs for HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546397#M875038</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have an interesting problem (hopefully).  I have to cut&lt;BR /&gt;CDs with software we've written for HPUX to send to our&lt;BR /&gt;customers.  Obviously they will need to mount these CDs&lt;BR /&gt;on their HP machines.&lt;BR /&gt;&lt;BR /&gt;I've been able to successfully cut the CDs using cdrecord&lt;BR /&gt;so that it mounts on HPUX.  The big problem that I'm &lt;BR /&gt;having is that the timestamps on the files on the CD are&lt;BR /&gt;8 hours behind what they should be, i.e. if a file was&lt;BR /&gt;last modified on 6/26 at 10:15, on the CD, it shows up&lt;BR /&gt;as 6/26 at 2:15.  Has anyone encountered this before?&lt;BR /&gt;&lt;BR /&gt;Also, I've noticed that with a regular CD, i.e with PC&lt;BR /&gt;software, the files show up with one timestamp when I&lt;BR /&gt;mount it on HPUX and with another timestamp when I&lt;BR /&gt;mount on it on a PC (the PC timestamp is correct and the&lt;BR /&gt;HPUX timestamp is 1 hour behind).&lt;BR /&gt;&lt;BR /&gt;-Santosh Nair (snair@graffiti.net)</description>
      <pubDate>Thu, 28 Jun 2001 13:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546397#M875038</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-06-28T13:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Burning CDs for HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546398#M875039</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The confusion is caused by differences in timezones or daylight savings time (summer time) settings on the diffrent machines.&lt;BR /&gt;&lt;BR /&gt;All UNIX boxes in the known universe stamp time as simply the number of seconds since Jan 1, 1980 00:00:00 UTC (Windows, DOS does the same except from Jan 1, 1970 00:00:00 UTC).&lt;BR /&gt;&lt;BR /&gt;Two unix boxes will datestamp a file the same even if the timezone settings are different. The TZ variable only changes how date/time is displayed. &lt;BR /&gt;&lt;BR /&gt;You simply need to set the TZ variable to the proper value and export it and all should be as expected.&lt;BR /&gt;&lt;BR /&gt;You can set TZ system wide by editing /etc/TIMEZONE; you can also set TZ in your profile to override the system global value.&lt;BR /&gt;&lt;BR /&gt;The format is as foillows:&lt;BR /&gt;TZ=CST6CDT&lt;BR /&gt;1st 3 chars - non daylight savings abbrev.&lt;BR /&gt;next char(2) - hours West of UTC; -N indicates hours East of UTC&lt;BR /&gt;Last 3 chars - daylight savings time abbrev.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2001 13:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546398#M875039</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-06-28T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Burning CDs for HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546399#M875040</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds like GMT-6 ( its USA East ) ?.&lt;BR /&gt;Please check the profile and the application setting which manipulate the CD-writer (from HPUX side ).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2001 13:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546399#M875040</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-06-28T13:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Burning CDs for HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546400#M875041</link>
      <description>Actually, the timezone on the system is correct, i.e.&lt;BR /&gt;EST5EDT, and the time is also correct.  Initially I thought&lt;BR /&gt;it might have something to do with UTC, but as I&lt;BR /&gt;understand it, UTC is based on Greenwich Mean Time,&lt;BR /&gt;which would be 7 hours ahead of our time, but the CDs&lt;BR /&gt;are 8 hours back (I would have expected 7 hours ahead).&lt;BR /&gt;&lt;BR /&gt;Also, I'm mounting the CD on the same machine where&lt;BR /&gt;I cut the CD and I'm seeing this behavior.  Obviously the&lt;BR /&gt;timezone variable ($TZ) has not changed on this &lt;BR /&gt;machine between the time I cut the CD and when I&lt;BR /&gt;mounted the CD.&lt;BR /&gt;&lt;BR /&gt;I'm not saying that anyone is wrong, but it doesn't make&lt;BR /&gt;sense to me that the TZ variable would have anything&lt;BR /&gt;to do with this problem(?)&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2001 17:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burning-cds-for-hpux/m-p/2546400#M875041</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-06-28T17:41:57Z</dc:date>
    </item>
  </channel>
</rss>

