Skip to content
Snippets Groups Projects
Commit 93f9fc86 authored by Brian Moe's avatar Brian Moe
Browse files

Leap second for end of June 2012

parent 72aa061d
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ leapSeconds = map(calendar.timegm, [
(1999, 1, 0, 0, 0, 0, 0, 0, 0),
(2006, 1, 0, 0, 0, 0, 0, 0, 0),
(2009, 1, 0, 0, 0, 0, 0, 0, 0),
(2012, 7, 0, 0, 0, 0, 0, 0, 0),
])
def gpsToPosixTime(gpsTime):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment