Networker

Re: [Networker] Calculate current time from EPOC

2004-10-27 09:46:59
Subject: Re: [Networker] Calculate current time from EPOC
From: "Broughton, Paul PM SITI-ITISESR" <Paul.Broughton AT SHELL DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Wed, 27 Oct 2004 15:45:54 +0200
Lee,

Your method is more elegant and much simpler...

Do you know the STRING syntax for future dates?


 >-----Original Message-----
 >From: Legato NetWorker discussion
 >[mailto:NETWORKER AT LISTMAIL.TEMPLE DOT EDU]On Behalf Of Lee Hanel
 >Sent: 27 October 2004 15:39
 >To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
 >Subject: Re: [Networker] Calculate current time from EPOC
 >
 >
 >date -d '7 days ago' +%s
 >1098279489
 >
 >-d, --date=STRING
 >              display time described by STRING, not `now'
 >
 >
 >
 >
 >Lee
 >
 >
 >On Wed, 2004-10-27 at 09:15 -0400, Somen Chanda wrote:
 >> Do you have a way to calculate the date of a particular day which is
 >> from 7 days earlier or even 1 day earlier?
 >>
 >> Thanks
 >>
 >> Somen
 >>
 >> -----Original Message-----
 >> From: Darren Dunham [mailto:ddunham AT TAOS DOT COM]
 >> Sent: Tuesday, October 26, 2004 5:38 PM
 >> To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
 >> Subject: Re: [Networker] Calculate current time from EPOC
 >>
 >> >
 >> > Does anyone have a script to calculate the current time in seconds
 >> from
 >> > EPOC?
 >>
 >> I just use perl.
 >>
 >> % perl -le 'print time'
 >>
 >> If you have gnu 'date' installed, you can do
 >>
 >> % date +%s
 >>
 >> % date +%s; perl -le 'print time'
 >> 1098825471
 >> 1098825471
 >>
 >>
 >> --
 >> Darren Dunham                                           
 >ddunham AT taos DOT com
 >> Senior Technical Consultant         TAOS            
 >http://www.taos.com/
 >> Got some Dr Pepper?                           San 
 >Francisco, CA bay area
 >>          < This line left intentionally blank to confuse you. >
 >>
 >> --
 >> Note: To sign off this list, send a "signoff networker" command via
 >> email
 >> to listserv AT listmail.temple DOT edu or visit the list's Web site at
 >> http://listmail.temple.edu/archives/networker.html where you can
 >> also view and post messages to the list. Questions 
 >regarding this list
 >> should be sent to stan AT temple DOT edu
 >> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
 >>
 >> --
 >> Note: To sign off this list, send a "signoff networker" 
 >command via email
 >> to listserv AT listmail.temple DOT edu or visit the list's Web site at
 >> http://listmail.temple.edu/archives/networker.html where you can
 >> also view and post messages to the list. Questions 
 >regarding this list
 >> should be sent to stan AT temple DOT edu
 >> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
 >--
 >Lee Hanel <lhanel AT rackspace DOT com>
 >
 >--
 >Note: To sign off this list, send a "signoff networker" 
 >command via email
 >to listserv AT listmail.temple DOT edu or visit the list's Web site at
 >http://listmail.temple.edu/archives/networker.html where you can
 >also view and post messages to the list. Questions regarding this list
 >should be sent to stan AT temple DOT edu
 >=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
 >

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>