The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::epoch - Convert between fuzzy times in other timezones

SYNOPSYS

    $ epoch tomorrow 2pm GMT
    2012-03-03 08:00:00 CST

    $ epoch tomorrow 2pm GMT -- hh:mm:ss
    08:00:00

DESCRIPTION

App::epoch installs a command called, oddly enough, epoch that converts fuzzy time strings (see Time::ParseDate) into local times, formatted by Time::Format.

COMMAND LINE USAGE

    $ epoch --help
    epoch: Fuzzy time conversion to localtime

    Usage:
        epoch time [--] [format]

        `time` can be any string that Time::ParseDate accepts
        `format` can be any string that Time::Format::time_format accepts