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

NAME

App::JobLog::Command::parse - parse a time expression

VERSION

version 1.032

DESCRIPTION

If you are getting strange results with summary, the problem might be the time expression you're using. This command lets you see how your expression is getting parsed.

It repeats to you the phrase it has parsed, prints out the start and end time of the corresponding interval, and finally, whether it understands itself to have received an expression of the form <date> or <date> <separator> <date>, the latter form being called an "interval" for diagnostic purposes.

SEE ALSO

App::JobLog::TimeGrammar

AUTHOR

David F. Houghton <dfhoughton@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by David F. Houghton.

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