File: Changes

package info (click to toggle)
libdatetime-format-w3cdtf-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 1,500; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
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
DateTime::Format::W3CDTF
========================

Created:      2003-02-25
Home page:    <https://metacpan.org/release/DateTime-Format-W3CDTF/>
Bug tracker:  <https://github.com/kasei/datetime-format-w3cdtf/issues>

0.08  2020-12-18

 - (Update) Add 'strict' option to require timezone in time components (PR
   #3 from @timgimyee).
 - (Update) Updated Makefile.PL with new metadata.

0.07  2017-04-07

 - (Update) Added explicit "use lib '.'" for use with perl 5.26.0 (RT
   #120822, PR #1 from James E Keenan).

0.06  2011-02-06

 - (Update) Fixed parsing of datetimes with sub-second precision (RT
   #14179, patch from Andrew Turner).

0.05  2009-11-01

 - (Update) Fixed a bug where a TZ other than UTC that had an offset of 0
   caused the format_datetime method to return the string '0' (RT #22802).

0.04  2003-11-23

 - (Update) Changed behaviour of format_datetime to always return a full
   timestamp.
 - (Update) Fixed bug that caused formatter to fail when a named timezone
   had been set.

0.03  2003-02-25

 - (Addition) Initial (working) release.