Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-19 | PEP8 formatting updates. | Lance Stout | |
2012-03-12 | Move XEP-0082 to new system. | Lance Stout | |
2011-12-15 | Allow XEP-0082 to return datetime objects without having to format and reparse. | Lance Stout | |
2011-12-09 | Use UTC for xep_0082.date. | Lance Stout | |
2011-08-04 | Actually, we can work around needing dateutil. | Lance Stout | |
If dateutil is present, we'll use that. If not, we'll use some regexes from the fixed_datetime module. | |||
2011-08-04 | Sadly, dateutil is not actually part of the standard lib. | Lance Stout | |
Thus, using the XEP-0082 and XEP-0202 introduces a dependency on the dateutil package (installable using pip install python-dateutil). Maybe we'll be able to rework how these plugins work to avoid needing dateutil, but for now this will have to do. | |||
2011-07-03 | Fix some bugs in time handling. | Lance Stout | |
Namely, minutes and seconds were reversed. | |||
2011-07-03 | Added XEP-0082 plugin. | Lance Stout | |
This should make things much easier for any stanza that uses timestamps. |