Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
/ pyiso8601 Public archive
forked from skwash/pyiso8601

A small python library for parsing datetime strings. Fork of a Google Code svn repo.

License

Notifications You must be signed in to change notification settings

CovenantEyes/pyiso8601

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple package to deal with ISO 8601 date time formats.

ISO 8601 defines a neutral, unambiguous date string format, which also has the property of sorting naturally.

e.g. YYYY-MM-DDTHH:MM:SSZ or 2007-01-25T12:00:00Z

Currently this covers only the most common date formats encountered, not all of ISO 8601 is handled.

Currently the following formats are handled:

  • YYYY
  • YYYY-MM
  • YYYY-MM-DD
  • YYYY-MM-DDThh:mmTZD
  • YYYY-MM-DDThh:mm:ssTZD
  • YYYY-MM-DDThh:mm:ss.sTZD

References:

Run tests with

cd iso8601
nosetests

See the LICENSE file for the license this package is released under.

About

A small python library for parsing datetime strings. Fork of a Google Code svn repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%