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

TITLE

quarters - Show quarters for the next month

SYNOPSIS

 quarters
 quarters venus mars
 quarters -help
 quarters -version

OPTIONS

-days

 -days 60

This option specifies the number of days to cover.

The default is -days 30.

-format

 -format %Y-%m-%dT%H:%M:%S

This option specifies the strftime (3) format used to display the time.

The default is -format '%d-%b-%Y %H:%M:%S %Z'.

-gmt

If asserted, this Boolean option attempts to display the time in GMT. All that it really does is

 local $ENV{TZ} = 'GMT';

which may or may not have the desired effect.

The default is -nogmt.

-help

This option displays the documentation for this script. The script then exits.

-start

 -start tomorrow

This option specifies when the computation starts, as a date and time understood by Date::Manip.

The default is the current date and time.

-version

This option displays the version of this script. The script then exits.

DETAILS

This Perl script calculates the quarters for the bodies specified on the command line, or for all bodies if none are specified. The command line is not case-sensitive, but must specify bodies supported by Astro::Coord::ECI::VSOP87D.

The times displayed are local unless -gmt is asserted.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2018 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.