Help language development. Donate to The Perl Foundation

LocalTime zef:tbrowder last updated on 2022-10-14

8255445759fed4f03db1535ba819c3f8c7dc9c92/

Actions Status

NAME

LocalTime - A wrapper of class DateTime with varied formatters depending on time zone entry

SYNOPSIS

use LocalTime;

DESCRIPTION

LocalTime is a wrapper class holding an instance of the Raku DateTime class. It was created to either add a local timezone (TZ) abbreviation to a time string or show either none or other TZ information depending on the use (or non-use) of the named variable :tz-abbrev. Following are the formatting effects of the various input conditions:

class DateTime

class LocalTime

Note for US TZ entries the user can enter either 'st' or 'dt' (case insensitive) and the correct form will be used for the time of year.

Currently only US abbreviations are in the 'use'd Timezones::US database, but a future modification will add others (perhaps in other languages also). PRs are welcome!

AUTHOR

Tom Browder [email protected]

COPYRIGHT AND LICENSE

© 2022 Tom Browder

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