<?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: Date Display Differences in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129545#M674707</link>
    <description>This is controlled by the LANG environment variable.  Try running "echo $LANG" on both machines and see what you get.  In order to make them the same, you'll need to find where LANG is being set and make them the same.  The first place I would look would be /etc/profile. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 12 Sep 2008 09:24:10 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2008-09-12T09:24:10Z</dc:date>
    <item>
      <title>Date Display Differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129541#M674703</link>
      <description>Chaps,&lt;BR /&gt;&lt;BR /&gt;Any idea why 2 hp-ux servers on the same version of 11.23 would show the date differently?&lt;BR /&gt;&lt;BR /&gt;One shows 11:03 BST 2008&lt;BR /&gt;&lt;BR /&gt;The other 11:03 AM&lt;BR /&gt;&lt;BR /&gt;It is bothering some of my users.</description>
      <pubDate>Fri, 12 Sep 2008 09:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129541#M674703</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-09-12T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date Display Differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129542#M674704</link>
      <description>It depend on language&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; EXAMPLES&lt;BR /&gt;    Date in Different Languages&lt;BR /&gt;      Display the date.  In this example, the TZ environment variable&lt;BR /&gt;      contains PST8PDT, and the language environment variables are set as&lt;BR /&gt;      noted.&lt;BR /&gt;&lt;BR /&gt;      date    -&amp;gt; Fri Aug 20 15:03:37 PDT 1993  &amp;lt;- C (default)&lt;BR /&gt;      date -u -&amp;gt; Fri Aug 20 22:03:37 UTC 1993  &amp;lt;- C (default)&lt;BR /&gt;      date    -&amp;gt; Fri, Aug 20, 1993 03:03:37 PM &amp;lt;- en_US.roman8 (U.S. English)&lt;BR /&gt;      date    -&amp;gt; Fri. 20 Aug, 1993 03:03:37 PM &amp;lt;- en_GB.roman8 (U.K. English)&lt;BR /&gt;      date    -&amp;gt; 20/08/1993 15.47.47           &amp;lt;- pt_PT.roman8 (Portuguese)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2008 09:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129542#M674704</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-12T09:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date Display Differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129543#M674705</link>
      <description>So how do I change it so they are the same?</description>
      <pubDate>Fri, 12 Sep 2008 09:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129543#M674705</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-09-12T09:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Display Differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129544#M674706</link>
      <description>can u just check information on those machine related to language, locale, Timezone. Is it different.</description>
      <pubDate>Fri, 12 Sep 2008 09:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129544#M674706</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-12T09:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Display Differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129545#M674707</link>
      <description>This is controlled by the LANG environment variable.  Try running "echo $LANG" on both machines and see what you get.  In order to make them the same, you'll need to find where LANG is being set and make them the same.  The first place I would look would be /etc/profile. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 12 Sep 2008 09:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129545#M674707</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-09-12T09:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date Display Differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129546#M674708</link>
      <description>Thanks guys. $LANG now set the same and displaying same date.</description>
      <pubDate>Fri, 12 Sep 2008 09:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-display-differences/m-p/5129546#M674708</guid>
      <dc:creator>Jash_1</dc:creator>
      <dc:date>2008-09-12T09:50:59Z</dc:date>
    </item>
  </channel>
</rss>

