SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
This module implements most of strptime(3), the POSIX 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.

View file

@ -0,0 +1,6 @@
${P5SITE}/DateTime/Format/
${P5SITE}/DateTime/Format/Strptime/
${P5SITE}/DateTime/Format/Strptime.pm
${P5SITE}/DateTime/Format/Strptime/Types.pm
@man man/man3p/DateTime::Format::Strptime.3p
@man man/man3p/DateTime::Format::Strptime::Types.3p