HP3000-L Archives

March 1999, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Tue, 30 Mar 1999 16:02:28 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
"Simonsen, Larry" wrote:
>
> With change of clocks for north America happening this coming week can
> someone post the job stream you use to change the clock and the tz and
> offsets for this change?  Would be nice if I could get the reverse job
> as well for next fall.

Just stream something like this every Sunday morning at 2:00 AM (posted
by somebody else some years back).  Adjust the timezones to match yours
(those below are for Eastern time, western hemisphere):

!JOB TIMECHEK,MANAGER.SYS
!if hpday = 1 and hpmonth = 10 and hpdate > 24 then
!  SETCLOCK TIMEZONE = W5:00
!  TELLOP *********************************************
!  TELLOP Changing the system clock to STANDARD TIME.
!  TELLOP The clock will S L O W   D O W N until
!  TELLOP we havev fallen back one hour.
!  TELLOP *********************************************
!elseif hpday = 1 and hpmonth = 4 and hpdate < 8 then
!  SETCLOCK TIMEZONE = W4:00
!  TELLOP *********************************************
!  TELLOP Changing the system clock to DAYLIGHT TIME.
!  TELLOP The clock jumped ahead one hour.
!  TELLOP *********************************************
!endif
!showclock
!EOJ

Jeff Kell <[log in to unmask]>

ATOM RSS1 RSS2