TZ setting must contain an offset.
[p5sagit/p5-mst-13.2.git] / ext / Time-Piece / Changes
CommitLineData
16433e2b 1
2Time::Piece Changes
3
124e6c84 41.13
5 - More QNX fixes (kraai@ftbfs.org)
6 - Restore freebsd copyright on strptime.
7 - Added add_months and add_years methods.
8
91.12
10 - QNX fixes
11 - Merge with perl core version
12
16433e2b 131.11
14 - Skip %V test on Win32
15
161.10
17 - Number of bug fixes from RT
18 - (maintenance by Ricardo SIGNES)
19 - avoid warning in _mktime (bug #19677)
20
211.09
22 - (patches from Ricardo SIGNES)
23 - Tests largely moved to Test::More (from Test.pm)
24 - Time::Piece should now be safely subclassable
25
261.08
27 - A number of fixes for strptime
28 - Fixed docs wrt Time::Object references
29 - Fixed docs wrt ->month returning short month name
30 - Added ->fullmonth and ->fullday to get full day names
31
321.07
33 - Fix for ->week method
34
351.06
36 - Fix for Solaris pre-2.8
37 - Compilation checked on:
38 sparc solaris 2.7
39 sparc solaris 2.8
40 i686 linux
41 ia64 linux
42 pa-risc1.1 hpux 10.20
43 pa-risc2.0 hpux 11.00
44 alpha dec_osf 4.0
45 - Fixes for Win32 (Randy Kobes)
46
471.05
48 - Fix for Solaris (again)
49
501.04
51 - Slight fixes to strptime for Solaris and MacOSX
52 - Bug in strptime with daylight savings fixed.
53
541.03
55 - Updated MJD stuff (Tim Jeness)
56 - Added compare tests
57 - Ported test suite to Test.pm finally
58
591.01
60 - Added cs_sec and cs_mon to Time::Seconds so that
61 old Time::Object installs still work (except for add())
62