1Time::tm(3pm) Perl Programmers Reference Guide Time::tm(3pm)
2
3
4
6 Time::tm - internal object used by Time::gmtime and Time::localtime
7
9 Don't use this module directly.
10
12 This module is used internally as a base class by Time::localtime And
13 Time::gmtime functions. It creates a Time::tm struct object which is
14 addressable just like's C's tm structure from time.h; namely with sec,
15 min, hour, mday, mon, year, wday, yday, and isdst.
16
17 This class is an internal interface only.
18
20 Tom Christiansen
21
22
23
24perl v5.8.8 2001-09-21 Time::tm(3pm)