Help language development. Donate to The Perl Foundation

Timezones::US zef:tbrowder last updated on 2022-10-06

9774dafd21efae54eb94468f958ac618c2fb106c/

Actions Status

NAME

Timezones::US - Provides US time zone data and subroutines for use with modules 'DateTime::US' and 'LocalTime'

SYNOPSIS

use Timezones::US;

DESCRIPTION

Raku module Timezones::US provides constant US time zone data (currently valid through the year 2030) to be used by related date and time dynamic modules.

The following table shows the time zones included:

US Time Zones
Name Symbol UTC offset (hrs)
Atlantic AST -4,
Eastern EST -5
Central CST -6
Mountain MST -7
Pacific PST -8
Alaska AKST -9
Hawaii-Aleutian HAST -10
Samoa WST -11
Chamorro CHST +10

Exported constants

The following constants are automatically exported into the using environment:

Exported subroutines

The following subroutines are automatically exported into the using environment:

AUTHOR

Tom Browder [email protected]

COPYRIGHT AND LICENSE

© 2022 Tom Browder

This library is free software; you may redistribute it or modify it under the Artistic License 2.0.