Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to set a processes notion of the timezone on win32?

by banesong (Acolyte)
on Mar 02, 2010 at 17:46 UTC ( [id://826215]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $oldDate = DateTime->new(month=>$monthVar,
                    day=>$dayVar,
    ...
        $dateObject =~ s/T/ /;
        print &UnixDate($dateObject,"%m/%d/%Y %H:%M")
    
  2. or download this
        $dateObject =  DateTime->now(time_zone=>'UTC');
        print $dateObject;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://826215]
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: (6)
As of 2024-04-25 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found