File: ChangeLog

package info (click to toggle)
timedate 1.08-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 92 kB
  • ctags: 104
  • sloc: perl: 986; makefile: 46
file content (73 lines) | stat: -rw-r--r-- 1,894 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
*** Release 1.08

Fri Jan  2 1998 <gbarr@pobox.com> (Graham Barr)

	Date::Format, Time::Zone
	- Fix for formatting %z and %Z
	
	all
	- Update Email address and year

Fri Jan  2 1998 <gbarr@pobox.com> (Graham Barr)

	Date::Language
	- Added o format to German.

Fri Sep 12 1997 <gbarr@pobox.com> (Graham Barr)

        Date::Parse
        - Added 'DST' to parser, it adjusts $zone by 3600 (but that may not
          be right in all cases)
	- Added a check to str2time to ensure valid
	  values are passed to Time::Local, to avoid croak-ing
	- Fixed to treat AM and PM correctly when the hour is 12. (I hope :-)

	Time::Zone
	- Modified for Western Australia

Tue 07 Jan 1996

	o Release 1.07
	o Fixed a problem in Time::Zone (had @l[8] instead of $l[8], doh! )

Thu 02 Jan 1996

	o Release 1.06
	o Fixed t/getdate.t
	o Date::Parse can now parse the date-format 960913, which apparently
	  is fairly common in sweden.

Wed 31 Jul 1996 <bodg@tiuk.ti.com>

	o Release 1.05
	o Modified Date::Format not to use single letter sub names,
	  all format sub names are nore prefixed with format_
	o Cleaned up Date/Format.pm so that AUTOLOAD is not required
	o Patched Date/Language.pm to add Norwegian. Thanks to
	  Gisle Aas <aas@bergen.sn.no> for the patch

Thu 27 Jun 1996 <bodg@tiuk.ti.com>

	o Added %z to Date::Format to output timezone in +/-0000 format
	o Added multi-language support via Date::Language,.

Tue 25 Jun 1996 <bodg@tiuk.ti.com>

        o Some code tidying up
        o added a new test, copied from Date::GetDate
        o improved performance

Wed 22 May 1996 <bodg@tiuk.ti.com>

	o Fixed a bug in the parser for dates in a default (local) timezone
	  but a different dst

Wed 15 May 1996 <bodg@tiuk.ti.com>

    	o Added support for mainframe type dates

Fri  3 May 1996 <bodg@tiuk.ti.com>

	o Added %s to date formatting at request of Josh Osborne
	  <stripes@va.pubnix.com>.