summaryrefslogtreecommitdiff
path: root/src/isodate/isotime.py
Commit message (Collapse)AuthorAgeFilesLines
* use sixGerhard Weis2017-07-051-7/+3
|
* Flake happinessLaurent Mazuel2017-06-281-3/+3
|
* Adapt after 2to3 removalLaurent Mazuel2017-06-281-0/+4
|
* Move line breaks after operatorsAdrian Coveney2015-02-261-10/+10
| | | | | - Move line breaks to after operators as per PEP8 as Flake has started picking up on this in a newer version.
* make flake happyGerhard Weis2014-02-271-1/+2
|
* convert microseconds to int before passing in to datetime.time(..). closes #3Gerhard Weis2013-01-241-3/+3
|
* - round to microseconds in case provided iso date string uses higher precisionGerhard Weis2012-10-301-1/+2
|
* * fixed precision problem with microsecondsGerhard Weis2010-10-131-25/+30
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-21/+20
| | | | | | | | * still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
* * initial commit (version 0.3.0)Gerhard Weis2009-01-051-0/+152