HP3000-L Archives

October 2000, 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:
"Proudfoot, Bill" <[log in to unmask]>
Reply To:
Proudfoot, Bill
Date:
Mon, 30 Oct 2000 16:28:19 -0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (124 lines)
Okay so you've started to slow the clock down, in 60 seconds the clock would
probably read something like 02:53 or so ( depending on the rate of slow
down )
Bill


> *     +44 (0)151-235-3055
Fax: +44 (0)151-235-3151
> *   mailto:[log in to unmask]
>
>


-----Original Message-----
From: David N. Lukenbill [mailto:[log in to unmask]]
Sent: 30 October 2000 16:14
To: [log in to unmask]
Subject: [HP3000-L] TimeZone change.


Has anyone had any "wierd" experiences with their timezone change over the
weekend?  On my system, I streamed a job for Sunday at 2 AM.  The job
changed the time, paused 60 seconds, then re-streamed the same job for the
following Sunday (in case it's streamed on the wrong week).  What happened
is that the job checked the current date, then executed the setclock
command.  After pausing for 60 seconds, it re-streamed itself.  The 60
second pause should have caused the job to re-stream itself the following
week, but it instead re-streamed itself the same week.

Shouldn't the "Pause 60" command have caused the time to be 2:01 AM, and
the job to re-stream the following week?  I thought processes on the system
would not see the gradual time change.  Am I having a "DUH" moment??

Snipets:

First job:

:COMMENT **********************************************
:COMMENT * Check for the last Sunday in October for a *
:COMMENT * change from EDT to EST, which is "setting  *
:COMMENT * the clock back one hour".                  *
:COMMENT **********************************************
:IF HPMonth=10 and HPDay=1 and HPDate>24 Then
*** EXPRESSION TRUE
:   SHOWCLOCK

SYSTEM TIME: SUN, OCT 29, 2000,  2:00:00 AM
CURRENT TIME CORRECTION:            0 SECONDS
TIME ZONE:    4 HOURS  0 MINUTES WESTERN HEMISPHERE

:   SETCLOCK TimeZone=W5:00

SYSTEM TIME: SUN, OCT 29, 2000,  2:00:01 AM
CURRENT TIME CORRECTION:        -3599 SECONDS
TIME ZONE:    5 HOURS  0 MINUTES WESTERN HEMISPHERE

:   SHOWCLOCK

SYSTEM TIME: SUN, OCT 29, 2000,  2:00:01 AM
CURRENT TIME CORRECTION:        -3599 SECONDS
TIME ZONE:    5 HOURS  0 MINUTES WESTERN HEMISPHERE

:   TELLOP NOTE: The system clock is being changed to
:   TELLOP       eastern standard time.  The clock will
:   TELLOP       slow down until it has fallen back one
:   TELLOP       hour.
:ENDIF
:COMMENT ****************************
:COMMENT * Re-stream this same job. *
:COMMENT ****************************
:PAUSE 60
:STREAMX TimeZone.Job.System;Day=Sunday;At=02:00
 #J8609
:COMMENT ***************
:COMMENT * End of job. *
:COMMENT ***************
:EOJ
CPU sec. = 1.  elapsed min. = 1.  SUN, OCT 29, 2000,  2:00 AM.  <<<<<<< Note
the time.



When the job re-streamed:

:COMMENT **********************************************
:COMMENT * Check for the last Sunday in October for a *
:COMMENT * change from EDT to EST, which is "setting  *
:COMMENT * the clock back one hour".                  *
:COMMENT **********************************************
:IF HPMonth=10 and HPDay=1 and HPDate>24 Then
*** EXPRESSION TRUE
:   SHOWCLOCK

SYSTEM TIME: SUN, OCT 29, 2000,  2:00:31 AM     <<<<<<<<<<<<<<< Note the
time.
CURRENT TIME CORRECTION:        -3568 SECONDS
TIME ZONE:    5 HOURS  0 MINUTES WESTERN HEMISPHERE

:   SETCLOCK TimeZone=W5:00
A current correction is in effect.  Use SETCLOCK;CANCEL. (CIERR 11718)
REMAINDER OF JOB FLUSHED.
CPU sec. = 1.  elapsed min. = 1.  SUN, OCT 29, 2000,  2:00 AM.


***********************************************************************
Confidentiality: This e-mail and its attachments are intended for the
above named recipient(s) only and may be confidential and/or
privileged. If they have come to you in error you must take no action
based on them, nor must you copy or disclose them or any part of their
contents to any person or organisation; please reply to this e-mail
and highlight the error immediately and delete this e-mail and its
attachments from your computer system.

Security Warning: Please note that this e-mail has been created in the
knowledge that Internet e-mail is not a 100% secure communications
medium. We advise that you understand and observe this lack of
security  when e-mailing us.

Viruses: Although we have taken steps to ensure that this e-mail and
its attachments are free from any virus, we advise that in keeping
with  good computing practice the recipient should ensure they are
actually  virus free
***********************************************************************

ATOM RSS1 RSS2