Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: TimeZone convert problem.

by Anonymous Monk
on Oct 04, 2012 at 20:35 UTC ( [id://997322]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dt = DateTime::Format::ISO8601->parse_datetime( $datestr  );
    my $dt = DateTime::Format::DateParse->parse_datetime( $datestr );
    my $dt = DateTime::Format::Flexible->parse_datetime( $datestr  );
    
  2. or download this
    $dt->set_time_zone( 'Country/City' );
    print $dt->strftime( q[%a %b %e %H:%M:%S %Z %Y] ), "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found