Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 1 | -4/+4 |
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 1 | -1/+1 |
* | Purged reference to defunct datetimetz. | Tim Peters | 2003-01-09 | 1 | -1/+1 |
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 1 | -1/+62 |
* | Replaced the flawed "local time" example tzinfo class with the guts | Tim Peters | 2003-01-03 | 1 | -13/+39 |
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 1 | -7/+8 |
* | Move the examples of concrete tzinfo classes to a separate file, so the | Fred Drake | 2002-12-23 | 1 | -0/+51 |