Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
vendor_perl /
Date /
Manip /
Delete
Unzip
Name
Size
Permission
Date
Action
Lang
[ DIR ]
drwxr-xr-x
2023-09-15 14:55
Offset
[ DIR ]
drwxr-xr-x
2023-09-15 14:55
TZ
[ DIR ]
drwxr-xr-x
2023-09-15 14:55
Base.pm
68.64
KB
-rw-r--r--
2021-03-01 20:03
Base.pod
14.08
KB
-rw-r--r--
2021-03-01 20:03
Calc.pod
26.37
KB
-rw-r--r--
2021-03-01 20:03
Changes5.pod
44.8
KB
-rw-r--r--
2021-03-01 20:03
Changes5to6.pod
24.34
KB
-rw-r--r--
2021-03-01 20:03
Changes6.pod
44.87
KB
-rw-r--r--
2021-03-01 20:14
Config.pod
24.04
KB
-rw-r--r--
2021-03-01 20:03
ConfigFile.pod
4.82
KB
-rw-r--r--
2021-03-01 20:03
DM5.pm
230.51
KB
-rw-r--r--
2021-03-01 20:03
DM5.pod
85.36
KB
-rw-r--r--
2021-03-01 20:03
DM5abbrevs.pm
7.96
KB
-rw-r--r--
2021-03-01 20:03
DM6.pm
20.5
KB
-rw-r--r--
2021-03-01 20:03
DM6.pod
21.83
KB
-rw-r--r--
2021-03-01 20:03
Date.pm
148.21
KB
-rw-r--r--
2021-03-01 20:03
Date.pod
60.79
KB
-rw-r--r--
2021-03-01 20:03
Delta.pm
31.22
KB
-rw-r--r--
2021-03-01 20:03
Delta.pod
22.27
KB
-rw-r--r--
2021-03-01 20:03
Examples.pod
9.6
KB
-rw-r--r--
2021-03-01 20:03
History.pod
7.37
KB
-rw-r--r--
2021-03-01 20:03
Holidays.pod
9.96
KB
-rw-r--r--
2021-03-01 20:03
Interfaces.pod
7.83
KB
-rw-r--r--
2021-03-01 20:03
Lang.pod
4.48
KB
-rw-r--r--
2021-03-01 20:03
Migration5to6.pod
3.88
KB
-rw-r--r--
2021-03-01 20:03
Misc.pod
13.52
KB
-rw-r--r--
2021-03-01 20:03
Obj.pm
7.87
KB
-rw-r--r--
2021-03-01 20:03
Obj.pod
8.42
KB
-rw-r--r--
2021-03-01 20:03
Objects.pod
13.25
KB
-rw-r--r--
2021-03-01 20:03
Problems.pod
22.32
KB
-rw-r--r--
2021-03-01 20:03
Recur.pm
74.36
KB
-rw-r--r--
2021-03-01 20:03
Recur.pod
43.8
KB
-rw-r--r--
2021-03-01 20:03
TZ.pm
53.57
KB
-rw-r--r--
2021-03-01 20:03
TZ.pod
29.41
KB
-rw-r--r--
2021-03-01 20:03
TZ_Base.pm
10.7
KB
-rw-r--r--
2021-03-01 20:03
TZ_Base.pod
1.34
KB
-rw-r--r--
2021-03-01 20:03
TZdata.pm
38.35
KB
-rw-r--r--
2021-03-01 20:03
TZdata.pod
2.25
KB
-rw-r--r--
2021-03-01 20:03
Zones.pm
138.17
KB
-rw-r--r--
2021-03-01 20:03
Zones.pod
154.69
KB
-rw-r--r--
2021-03-01 20:03
Save
Rename
# Copyright (c) 2010-2021 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. =pod =head1 NAME Date::Manip::TZ_Base - Methods common to the TZ and Base classes =head1 SYNOPSIS The Date::Manip::TZ_Base class is a second base class used for the following Date::Manip classes: =over 4 =item L<Date::Manip::Base> =item L<Date::Manip::TZ> =back 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. =head1 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. =head1 KNOWN BUGS None known. =head1 BUGS AND QUESTIONS Please refer to the L<Date::Manip::Problems> documentation for information on submitting bug reports or questions to the author. =head1 SEE ALSO L<Date::Manip> - main module documentation =head1 LICENSE This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 AUTHOR Sullivan Beck (sbeck@cpan.org) =cut