RE: Time being displayed is off my 7 hours

2002-04-21 Thread Timothy Johnson
Subject: Re: Time being displayed is off my 7 hours On Saturday, April 20, 2002, at 07:21 , [EMAIL PROTECTED] wrote: Yes. Two feet from each other. Time on machines are correct(PDT), but something within perl is 7 hours off. Wags ;) I presume that you are checking these with how

Re: Time being displayed is off my 7 hours

2002-04-21 Thread José Nyimi
Which perl's function (or module) are you using to print out time information ? Could you write down the syntax you are using ? José. - Yahoo! Mail -- Une adresse yahoo.fr gratuite et en français !

RE: Time being displayed is off my 7 hours

2002-04-21 Thread Wagner-David
, April 20, 2002 21:16 To: [EMAIL PROTECTED] Subject: Re: Time being displayed is off my 7 hours On Saturday, April 20, 2002, at 07:21 , [EMAIL PROTECTED] wrote: Yes. Two feet from each other. Time on machines are correct(PDT), but something within perl is 7 hours off. Wags ;) I presume

RE: Time being displayed is off my 7 hours

2002-04-21 Thread Wagner-David
;) -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 21, 2002 01:15 To: 'drieux '; '[EMAIL PROTECTED] ' Subject: RE: Time being displayed is off my 7 hours I figured Wags would have checked, but I just had to ask, because sometimes it's some little

RE: Time being displayed is off my 7 hours

2002-04-21 Thread Timothy Johnson
/02 8:01 AM Subject: RE: Time being displayed is off my 7 hours Just doing a call to : sub get_time { ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time - $diff); $mon++; } # end of get_time where $diff equals zero. If I type date at my ksh

RE: Time being displayed is off my 7 hours

2002-04-21 Thread Wagner-David
Specialist I ---WGO; Timothy Johnson; '[EMAIL PROTECTED] '; '[EMAIL PROTECTED] ' Subject: RE: Time being displayed is off my 7 hours That IS strange. I've been using localtime on NT Servers and Workstations for a while now without seeing this disparity. Do both machines have the MKS Toolkit

RE: Time being displayed is off my 7 hours

2002-04-21 Thread Wagner-David
[mailto:[EMAIL PROTECTED]] Sent: Sunday, April 21, 2002 09:27 To: [EMAIL PROTECTED] Subject: Re: Time being displayed is off my 7 hours On Sunday, April 21, 2002, at 08:01 , [EMAIL PROTECTED] wrote: Just doing a call to : sub get_time { ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday

Time being displayed is off my 7 hours

2002-04-20 Thread Wagner-David
I was running a script on two different machines- w2k and nt 4.0. Noticed that nt 4.0 had time correct, but w2k machine is off by 7 hours. I am running AS build 623 5.6.0. Did some digging in the time modules, but I don't see anything. Any ideas? The code for both machines

RE: Time being displayed is off my 7 hours

2002-04-20 Thread Timothy Johnson
Are you sure they're both in the same time zone? -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 4/20/02 11:12 AM Subject: Time being displayed is off my 7 hours I was running a script on two different machines- w2k and nt 4.0. Noticed that nt 4.0 had

RE: Time being displayed is off my 7 hours

2002-04-20 Thread Wagner-David
; '[EMAIL PROTECTED] ' Subject: RE: Time being displayed is off my 7 hours Are you sure they're both in the same time zone? -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 4/20/02 11:12 AM Subject: Time being displayed is off my 7 hours I was running a script

Re: Time being displayed is off my 7 hours

2002-04-20 Thread drieux
On Saturday, April 20, 2002, at 07:21 , [EMAIL PROTECTED] wrote: Yes. Two feet from each other. Time on machines are correct(PDT), but something within perl is 7 hours off. Wags ;) I presume that you are checking these with how the system clock is set on both? you might want to