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

NAME

timecalc - Time calculation

VERSION

This document describes version 0.001 of timecalc (from Perl distribution App-timecalc), released on 2019-05-18.

SYNOPSIS

 % timecalc

 > +01:20
 +01:20

 > +01:20 -00:30
 +00:50

 > +01:00 17:00-18:10
 +02:10

 > +01:00 17:00-18:10 19:30-19:45 -00:04
 +02:21

DESCRIPTION

This is a command-line utility to perform time calculations. Currently it undestands a combination of:

 +hh:mm
 -hh:mm
 hh:mm - hh:mm

FAQ

FILES

~/.timecalc_history

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-timecalc.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-timecalc.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-timecalc

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

datecalc

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.