Skip to content

Time conversion between UTC, TAI, GPS, and Unix/POSIX that takes leap seconds into account

Notifications You must be signed in to change notification settings

sstirlin/pyleapsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a simple Python 2.7 library (meant to be copy/pasted) that allows you to convert between various date/time conventions, namely

  • UTC
  • Unix timestamp
  • TAI
  • GPS

This library tracks leap seconds (note: the standard Python modules do NOT). For a good discussion of the issues (and why Unix timestamps suck), read this:

http://www.madore.org/~david/computers/unix-leap-seconds.html

License: MIT

About

Time conversion between UTC, TAI, GPS, and Unix/POSIX that takes leap seconds into account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages