summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Strptime/DESCR
blob: c6391f568fbb327579e09aa992016939bb23f1e7 (plain)
1
2
3
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.