http://qs321.pair.com?node_id=711498


in reply to Converting UTC with Olsen -> Localtime

use DateTime:
# assuming your server's localtime is in UTC my $local = DateTime->now->set_time_zone( $olson_name );

Replies are listed 'Best First'.
Re^2: Converting UTC with Olsen -> Localtime
by brancusi (Novice) on Sep 15, 2008 at 16:28 UTC
    Argh! I knew it had to be simple! Many thanks rhesa.