./time/p5-DateTime-Format-ISO8601, Parses ISO8601 formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1600nb4, Package name: p5-DateTime-Format-ISO8601-0.1600nb4, Maintainer: abs

Parses almost all ISO8601 date and time formats. ISO8601 time-intervals
will be supported in a later release.


Required to run:
[lang/perl5] [time/p5-DateTime] [time/p5-DateTime-Format-Builder]

Master sites: (Expand)

Filesize: 45.277 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-03-09 13:36:02 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.16

Upstream changes:
0.16     2021-02-14

- Add support for YYYYMMDDThhmm[+-]hhmm and YYYY-MM-DDThh:mm+hh:mm
  formats. Based on GH #13 from lbjw.
   2020-11-08 07:56:47 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.15

Upstream changes:
0.15     2020-10-24

- Fixed the SYNOPSIS, which showed calling parse_time with a string that would
  cause an error. Reported by Yuki Yoshida. GH #12.