Gossamer Forum
Home : General : Perl Programming :

another time zone question

Quote Reply
another time zone question
i've read all the posts but there's got to be an easy solution to my problem!

my server is on pacific time. i'm on eastern, both America. i have the following code:
Code:

@stats = stat "$auth_dir/$file";
use POSIX 'strftime';
my $date = strftime("%m/%d/%Y %H:%M:%S",localtime($stats[9]));
i want to display the time in MY timezone Eastern, instead of GMT or Pacific. help? thanks
Subject Author Views Date
Thread another time zone question delicia 7718 Jan 18, 2018, 1:37 PM
Thread Re: [delicia] another time zone question
Andy 7601 Jan 19, 2018, 7:10 AM
Thread Re: [Andy] another time zone question
delicia 7599 Jan 19, 2018, 7:38 AM
Thread Re: [delicia] another time zone question
Andy 7595 Jan 19, 2018, 7:50 AM
Thread Re: [Andy] another time zone question
delicia 7594 Jan 19, 2018, 8:19 AM
Thread Re: [delicia] another time zone question
Andy 7586 Jan 19, 2018, 8:42 AM
Post Re: [Andy] another time zone question
delicia 7577 Jan 19, 2018, 12:41 PM