NAME
timecalc - Time calculation
VERSION
This document describes version 0.005 of timecalc (from Perl distribution App-timecalc), released on 2020-10-26.
SYNOPSIS
% timecalc
> +01:20
+01:20:00
> +0120 # ditto
+01:20:00
> +01:20 -00:30
+00:50:00
> +0120 -0030 # ditto
+00:50:00
> +01:00 17:00-18:10:01
+02:10:01
> +0100 1700-181001 # ditto
+02:10:01
> +01:00 17:00-18:10 19:30-19:45 -00:04
+02:21:00
> +0100 1700-1810 1930-1945 -0004 # ditto
+02:21:00
DESCRIPTION
This is a command-line utility to perform time calculations. Currently it undestands a combination of:
+hh:?mm(:?ss)?
-hh:?mm
-hh:?mm(:?ss)?
hh:?mm(:?ss)? - hh:?mm(:?ss)?
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
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020, 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.