1 This module implements most of strptime(3), the POSIX function that
2 is the reverse of strftime(3), for DateTime. While strftime takes
3 a DateTime and a pattern and returns a string, strptime takes a
4 string and a pattern and returns the DateTime object associated.