Path to this page: ./
time/pear-Date,
PHP Date and Time Zone Classes
Branch: CURRENT,
Version: 1.5.0a4nb1,
Package name: php83-pear-Date-1.5.0a4nb1,
Maintainer: pkgsrc-usersGeneric PHP classes for representation and manipulation of
dates, times and time zones without the need of timestamps,
which is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so
you can display calendars and compare dates that date
pre 1970 and post 2038. This package also provides a class
to convert date strings between Gregorian and Human calendar formats.
Required to run:[
lang/pear] [
lang/php56]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2025-10-24) Updated to version: php83-pear-Date-1.5.0a4nb1
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-02-08) Updated to version: php82-pear-Date-1.5.0a4nb1
- (2021-10-07) Updated to version: php74-pear-Date-1.5.0a4
- (2017-03-24) Updated to version: php56-pear-Date-1.5.0a4
CVS history: (Expand)
| 2025-02-08 04:56:22 by Takahiro Kambe | Files touched by this commit (4) |
Log message: multiple PHP support * Use PHP_BASE_VERS in DEPENDS if required. * Use REPLACE_PHP. Bump PKGREVISION. |
| 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 |
| 2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message: Extend SHA512 checksums to various files I have on my local distfile mirror. |
| 2015-08-30 17:00:52 by Takahiro Kambe | Files touched by this commit (2) |
Log message: Update pear-Date to 1.5.0a4. 1.5.0a1: * Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT * Fixed bug #7439: US/Indiana Daylight Savings Change * Implemented request #9700: Incorrect timestamps allowd * Fixed bug #10349: Wrong offset in timezones * Fixed bug #10591: inDaylightTime fails * Implemented request #11090: microtime is not set by default constructor * Fixed bug #11313: DST time change not handled correctly * Fixed bug #11475: Date::copy don't copy milisecond part * Fixed bug #11682: Australia/Perth has DST * Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode * Fixed bug #12019: Date->after(...) changes the date * Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero incorrectly * Fixed bug #12529: setTZ globally sets your TZ instead of only within date object * Fixed bug #13376: setFromDateDiff change source dates * Improved time-zone functionality so that it is entirely handled by the class and not reliant on native functions * Added leap-second functionality * Added functions 'Date::round()' and 'Date::trunc()' * Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style formatting code * Added formatting function 'Date::format3()' to allow date-formatting using the formatting code of 'date()' 1.5.0a2: QA release. Users are strongly encouraged to adopt to inbuilt DateTime functionality. Bug #17730 Patch: Avoid ereg, using preg_match Doc Bug #15029 large Date_Span's cannot be created Bug #14929 Timezone summertime Bug #14856 America/Moncton longname and dstlongname missing Bug #14084 TZ variable being set wrecks global config Bug #13615 America/Toronto time-zone is missing longname and dstlongname Bug #13545 Date_Span::set() doesn't work when passed an int and format Req #13488 Please rename Methods format2 and format3 1.5.0a3: QA release Request #17626 Patch to add missing longname and dstlongname info Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone) Bug #19568 setDate() handles ISO week dates incorrectly 1.5.0a4: Fix broken tgz package file |
| 2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message: Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
| 2012-04-16 00:01:05 by Thomas Klausner | Files touched by this commit (64) |
Log message: Reset maintainer, developer has left the building |
| 2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |