Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

localtime/strftime not behaving as expected

by sdetweil (Sexton)
on Feb 22, 2013 at 00:19 UTC ( [id://1020023]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print scalar localtime . "\n";
        retrieve_addresses();
        print scalar localtime . "\n";
    
  2. or download this
    print  "Begin: Debug " . strftime( '%m-%d-%Y %H:%M:%S', localtime() ) 
    +. "\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1020023]
Approved by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 20:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found