NAME
Astro::App::Satpass2::ParseTime::ISO8601 - Astro::App::Satpass2 minimal ISO-8601 parser
SYNOPSIS
No user-serviceable parts inside.
DETAILS
This class parses ISO-8601 dates. It does not do ordinal days or weeks, but it is rather permissive on punctuation, and permits the convenience dates 'yesterday'
, 'today'
, and 'tomorrow'
.
This class understands ISO-8601 time zone specifications of the form 'Z', 'UT', 'GMT' and [+-]\d{1,2}:?\d{,2}
, but it knows nothing about shifts for summer time. So 2009/7/1 12:00:00 -5
is 5:00 PM GMT, not 4:00 PM. An attempt to set any other time zone will result in a warning, and the system default zone being used.
METHODS
This class supports no public methods over and above those documented in its superclass Astro::App::Satpass2::ParseTime.
SUPPORT
Support is by the author. Please file bug reports at http://rt.cpan.org, or in electronic mail to the author.
AUTHOR
Thomas R. Wyant, III wyant at cpan dot org
COPYRIGHT AND LICENSE
Copyright (C) 2009-2015 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.