HP3000-L Archives

October 1999, Week 3

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:
Shawn Gordon <[log in to unmask]>
Reply To:
Shawn Gordon <[log in to unmask]>
Date:
Fri, 15 Oct 1999 06:06:01 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (90 lines)
You only have to change TIMEZONE.  For SUNDAY in my job scheduler I have
the following set up to automatically handle it.

IF HPMONTH = 10 AND HPDATE > 24 THEN
   ECHO We are going back to Standard Time
   SETCLOCK TIMEZONE = W8:00
ENDIF
IF HPMONTH = 4 AND HPDATE < 8 THEN
   ECHO Setting clock for Daylight Savings Time
   SETCLOCK TIMEZONE = W7:00
ENDIF

BTW, I use MasterOp as my job scheduler, and I am on the west coast.
shawn







Joseph Rosenblatt <[log in to unmask]> on 10/15/99 05:06:51 AM

Please respond to [log in to unmask]



 To:      [log in to unmask]

 cc:      (bcc: Shawn Gordon/IS/FHM/FHS)



 Subject: Re: :SETCLOCK bug (?)







Speaking off SETCLOCK ... I am on EDT. My TIMEZONE is set to 4 hours in the
Western Hemisphere. When I go back to EST do I have to correct the TIMEZONE
, i.e. to 5 hours, as well as the actual TIME?
Thanks.

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]]On
Behalf Of Barry Lake
Sent: Thursday, October 14, 1999 5:36 PM
To: [log in to unmask]
Subject: :SETCLOCK bug (?)


Hi,

Does this look like a bug to anyone?



  :help setclock
  SETCLOCK

       Alters the system time or system time zone.

  SYNTAX


       SETCLOCK  {DATE= date spec; TIME= time spec [;GRADUAL | ;NOW]}

                 {CORRECTION= correction spec [;GRADUAL | ;NOW]}

                 {TIMEZONE= time zone spec}
                 {;CANCEL}


  KEYWORDS: PARMS,OPERATION,EXAMPLE
  :
  :setclock correction=10;gradual
  The NOW or GRADUAL option requires both DATE and TIME. (CIERR 11705)
  :



If it's not a "bug", then certainly the help text doesn't match reality!

Barry Lake                                 [log in to unmask]
Allegro Consultants, Inc.                  www.allegro.com
(408)252-2330

ATOM RSS1 RSS2