ports/devel/p5-DateTime-Format-Strptime/pkg/DESCR

5 lines
263 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.