Path to this page: ./
time/p5-DateTime,
Perl module for date/time sets and ranges
Branch: CURRENT,
Version: 1.6600nb1,
Package name: p5-DateTime-1.6600nb1,
Maintainer: pkgsrc-usersThe DateTime.pm module aims to provide a complete, correct, and easy
to use date/time object implementation. Currently it handles many date
calculations, date math (addition and subtraction), and provides
convenient methods for retrieving portions of a date/time.
This module properly supports the Olson time zone database, meaning
that historical time zone information, and more importantly, daylight
saving time rules, can be handled transparently, simply by setting the
correct time zone. This is done by using the DateTime::TimeZone
module.
Required to run:[
lang/perl5] [
time/p5-DateTime-Locale] [
time/p5-DateTime-TimeZone] [
math/p5-Math-Round] [
devel/p5-namespace-autoclean] [
devel/p5-Params-ValidationCompiler] [
devel/p5-Specio]
Master sites: (Expand)
Filesize: 316.928 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-04) Updated to version: p5-DateTime-1.6600nb1
- (2025-02-23) Updated to version: p5-DateTime-1.6600
- (2024-11-16) Updated to version: p5-DateTime-1.6500nb1
- (2023-12-03) Updated to version: p5-DateTime-1.6500
CVS history: (Expand)
| 2026-01-18 10:08:24 by Thomas Klausner | Files touched by this commit (1) |
Log message: p5-DateTime: use CPAN homepage, other one is gone |
| 2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519) |
Log message: *: bump for perl 5.42.0 |
2025-02-23 12:15:20 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: p5-DateTime: update to 1.6600. 1.66 2025-02-18 - Require Specio 0.50. That release has a bug fix for validation of integer \ values. Without the fix, DateTime could accept non-integer values for things like nanoseconds. Reported \ by @HGuillemet. GH #145. |
| 2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message: *: recursive bump for perl 5.40 |
| 2023-12-03 02:59:23 by Wen Heping | Files touched by this commit (2) |
Log message: Update to 1.65 Upstream changes: 1.65 2023-11-05 - This release is the same as 1.64. This release fixes builds on macOS with Perls before 5.22.0. Reported by Simon Sawert. GH #141. 1.64 2023-10-29 (TRIAL RELEASE) - Fix builds on macOS with Perls before 5.22.0. This seems to have the same issue as Windows on older Perls. Reported by Simon Sawert. GH #141. 1.63 2023-10-22 - This release is the same as 1.62. This releases fixes quadmath builds on Windows. Reported by @sisyphus. GH #139. 1.62 2023-09-04 (TRIAL RELEASE) - This is take 3 of trying to use `Perl_isfinite` where it's available. Now we simply don't use it on Windows unless the Perl version is 5.22.0 or later. 1.61 2023-09-02 (TRIAL RELEASE) - Fix use of the `Perl_isfinite` function on platforms where this is broken. On Windows with Perl <= 5.20, it seems like `Perl_isfinite` exists but it calls `Perl_isinf` and `Perl_isnan`, which don't exist. 1.60 2023-08-19 (TRIAL RELEASE) - Switched to using the `Perl_isfinite` function instead of trying to implement this ourselves in XS code. This should fix quadmath builds on Windows. Reported by @sisyphus. GH #139. |
| 2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message: *: recursive bump for perl 5.38 |
| 2022-11-06 10:48:43 by Wen Heping | Files touched by this commit (2) |
Log message: Update to 1.59 Upstream changes: 1.59 2022-10-23 - Fixed tests to pass with DateTime::Locale 1.37+. Reported by Slaven Rezić. GH #34. |
| 2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message: *: recursive bump for perl 5.36 |