Path to this page:
./
time/p5-DateTime-Format-ISO8601,
Parses ISO8601 formats
Branch: CURRENT,
Version: 0.1600nb3,
Package name: p5-DateTime-Format-ISO8601-0.1600nb3,
Maintainer: absParses 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)
- (2023-07-06) Updated to version: p5-DateTime-Format-ISO8601-0.1600nb3
- (2022-06-28) Updated to version: p5-DateTime-Format-ISO8601-0.1600nb2
- (2021-05-25) Updated to version: p5-DateTime-Format-ISO8601-0.1600nb1
- (2021-03-09) Updated to version: p5-DateTime-Format-ISO8601-0.1600
- (2020-11-08) Updated to version: p5-DateTime-Format-ISO8601-0.1500
- (2020-09-07) Updated to version: p5-DateTime-Format-ISO8601-0.1400
CVS history: (Expand)
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.
|
2020-09-07 19:42:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DateTime-Format-ISO8601: update to 0.1400.
0.14 2020-08-16
- Require DateTime 1.45, which added a year_length() method that this package
is now using. Reported by Slaven Rezić. GH #11.
0.13 2020-08-15
- Added support for a few more incomplete formats, YYYYMMDDThhmmZ,
YYYY-MM-DDThh:mmZ, YYYYDDDThhmm, YYYY-DDDThh:mm. Includes a patch from
Stuart Browne. Fixed GH #3.
0.12 2020-08-15
- Fixed handling of ISO week parsing in some years. Reported by Kent
Fredric. GH #6.
- This release includes changes from 0.09-0.11 trial releases to switch from
Params::Validate and Params::ValidationCompiler. Relevant release notes from
those trial releases are repeated here for clarity.
- Replace Params::Validate with Params::ValidationCompiler.
- Fixed a bug introduced in 0.09 where calling parse_datetime() as a class
method with some formats would throw an exception.
- Add a format_datetime() method, which makes this class play nicer with
DateTime.pm. Implemented by Doug
Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2
- Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
`YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3
0.11 2020-07-26 (TRIAL RELEASE)
- Replace Params::Validate with Params::ValidationCompiler.
0.10 2020-07-25 (TRIAL RELEASE)
- Fixed a bug introduced in 0.09 where calling parse_datetime() as a class
method with some formats would throw an exception.
0.09 2020-07-25 (TRIAL RELEASE)
- Add a format_datetime() method, which makes this class play nicer with
DateTime.pm. Implemented by Doug
Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2
- Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
`YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3
|