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 7691 Jan 18, 2018, 1:37 PM
Thread Re: [delicia] another time zone question
Andy 7575 Jan 19, 2018, 7:10 AM
Thread Re: [Andy] another time zone question
delicia 7573 Jan 19, 2018, 7:38 AM
Thread Re: [delicia] another time zone question
Andy 7569 Jan 19, 2018, 7:50 AM
Thread Re: [Andy] another time zone question
delicia 7568 Jan 19, 2018, 8:19 AM
Thread Re: [delicia] another time zone question
Andy 7560 Jan 19, 2018, 8:42 AM
Post Re: [Andy] another time zone question
delicia 7551 Jan 19, 2018, 12:41 PM