Re: [Fwd: gnu date]

[email protected] (Bob Proulx) Tue, 25 Jun 2002 23:25:31 -0600
Newsgroups gmane.comp.gnu.sh-utils.bugs
Message-ID <[email protected]>
> Do you have any ideas why I am seeing this problem?  Notice they are an
> hour different.
> 
> > [root@rm25 ntp]# /lsi/soft/CFR/bin/date
> > Tue Jun 25 13:46:36 CDT 2002
> > [root@rm25 ntp]# /lsi/soft/CFR/bin/date -d "1970-01-01 UTC + `/lsi/soft/CFR/bin/date +%s` secs"
> > Tue Jun 25 14:47:14 CDT 2002

This is what see.

  date -d "1970-01-01 UTC + `date +%s` secs" 
  Tue Jun 25 23:20:01 MDT 2002
  date
  Tue Jun 25 23:20:02 MDT 2002
  date --version
  date (GNU sh-utils) 2.0.11
  uname -a
  HP-UX sideshow B.10.20 A 9000/785 unknown

Sorry, no ideas.  But I will prime the discussion by saying please
respond to the list with the version of date that you are trying to
use, date --version, and the operating system that you are running it
on, uname -a.  With that in hand other ideas may follow.

Bob