logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Date::Manip::TZ_Base - Methods common to the TZ and Base classes

Author

Sullivan Beck (sbeck@cpan.org) perl v5.40.1 2025-06-08 Date::Manip::TZ_Base(3pm)

Bugs And Questions

Please refer to the Date::Manip::Problems documentation for information on submitting bug reports or questions to the author.

Description

This module contains no public methods and is used internally by the Base and TZ classes. In some instances, basic date operations depend on timezone information, and all timezone operations depend on the base class. In order to avoid a circular dependency, I created this class which allowed me to avoid that.

Known Bugs

None known.

License

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

Name

Date::Manip::TZ_Base - Methods common to the TZ and Base classes

See Also

Date::Manip - main module documentation

Synopsis

The Date::Manip::TZ_Base class is a second base class used for the following Date::Manip classes: Date::Manip::Base Date::Manip::TZ This module is not intended to be called directly and performs no useful function by itself. Instead, use the various derived classes which inherit from it.

See Also