Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: How to convert time from one time zone to another

by ww (Archbishop)
on Apr 02, 2012 at 15:12 UTC ( [id://963037]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.014;
    # convert TZ 
    ...
        local $ENV{TZ} = "IST-05:30";                  # does not return c
    +orrect time on W7
        say "In Mumbai, it is " . localtime();         # but, rather, same
    + as NY localtime
    }
    
  2. or download this
    $ENV{TZ}: EST5EDT                            # TZ is set but this does
    + 
                                                 # not appear to be defaul
    +t (for Win7)
    In New York, it is Mon Apr  2 10:41:23 2012  # correct
    In Mumbai, it is Mon Apr  2 10:41:23 2012    #obviously wrong
    

Log In?
Username:
Password:

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

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

    No recent polls found