Perl6-Pugs

 view release on metacpan or  search on metacpan

misc/Date/lib/Time/Zone.pm  view on Meta::CPAN


class Time::Zone;

has Str $.tz;

sub tz(Str $tz) returns Time::Zone is export {
    Time::Zone.new(:tz($tz));
}



( run in 3.187 seconds using v1.01-cache-2.11-cpan-302cb4679cc )