libdatetime-format-strptime-perl 1.7900-ok1 source package in openKylin
Changelog
libdatetime-format-strptime-perl (1.7900-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 08 May 2024 11:17:41 +0800
libdatetime-format-strptime-perl (1.7900-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 08 May 2024 11:17:41 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libdatetime-format-strptime-perl_1.7900.orig.tar.gz | 116.3 KiB | 701e46802c86ed4d88695c1a6dacbbe90b3390beeb794f387e7c792300037579 |
libdatetime-format-strptime-perl_1.7900-ok1.debian.tar.xz | 5.3 KiB | d8dabb6b33edb7a6098be64951c3e3fb59fe22a95adce000a8fdb97aee6e0488 |
libdatetime-format-strptime-perl_1.7900-ok1.dsc | 2.5 KiB | 79e7050de0d95c3930a993093c90bf9784632f6180d71da8853032f1e3150fed |
DateTime:
function that is the reverse of strftime(3), for DateTime. While strftime
takes a DateTime and a pattern and returns a string, strptime takes
a string and a pattern and returns the DateTime object
associated.