Skip to content

Commit d66a1a9

Browse files
bugfix: sp3 microsecond
fixes #64 Co-authored-by: Mauricio de Paulo <[email protected]>
1 parent c23916d commit d66a1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/georinex/sp3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def sp3dt(ln: str) -> datetime:
142142
hour=hour,
143143
minute=minute,
144144
second=second,
145-
microsecond=int(ln[23:28]),
145+
microsecond=int(ln[23:29]),
146146
)
147147

148148
for t in dt:

0 commit comments

Comments
 (0)