Help for this page

Select Code to Download


  1. or download this
    Europe
       Amsterdam (CET)
        etc
    Africa
       ..
    
  2. or download this
    my @cat = DateTime::TimeZone::categories() ;
    foreach (@cat) {
    my @b =     DateTime::TimeZone::names_in_category( $_ ) ;
    ...
      }
     etc ;
    }