1Date::Manip::TZ_Base(3)User Contributed Perl DocumentatioDnate::Manip::TZ_Base(3)
2
3
4
6 Date::Manip::TZ_Base - Methods common to the TZ and Base classes
7
9 The Date::Manip::TZ_Base class is a second base class used for the
10 following Date::Manip classes:
11
12 Date::Manip::Base
13 Date::Manip::TZ
14
15 This module is not intended to be called directly and performs no
16 useful function by itself. Instead, use the various derived classes
17 which inherit from it.
18
20 This module contains no public methods and is used internally by the
21 Base and TZ classes. In some instances, basic date operations depend on
22 timezone information, and all timezone operations depend on the base
23 class. In order to avoid a circular dependency, I created this class
24 which allowed me to avoid that.
25
27 None known.
28
30 Please refer to the Date::Manip::Problems documentation for information
31 on submitting bug reports or questions to the author.
32
34 Date::Manip - main module documentation
35
37 This script is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
41 Sullivan Beck (sbeck@cpan.org)
42
43
44
45perl v5.38.0 2023-07-20 Date::Manip::TZ_Base(3)