1When 'time' is required, Time is extended with additional methods for parsing
2and converting Times.
3
4This library extends the Time class with the following conversions between date
5strings and Time objects:
6- date-time defined by RFC 2822
7- HTTP-date defined by RFC 2616.
8- dateTime defined by XML Schema Part 2: Datatypes (ISO 8601)
9- various formats handled by Date._parse
10- custom formats handled by Date._strptime
11