Version 3.9.0: Add short year formatter and fix year of day computation #276
Replies: 1 comment 1 reply
-
Awesome Chris 🚀 side note: it takes me at least 20 mins to upgrade all my tools on new hifitime releases Corrected Day Of Year (DOY)RINEX filename conventions uses %yy or %YYYY, and {:03, %DOY} all the time. See the footnote for the remaining tweak I still have to do to achieve that. New %yy Epoch formatter introduceWill most likely simply some of our parsing procedure Next step ?The next step that would fix all the little tweaks we have to do, is to provide a method to decompose an Epoch in other than UTC timescale. Doing this let (yy, _, _, hh, mm, ss) = epoch.to_gregorian_utc(); returns all fields in UTC, while we want them in GPST in this example. |
Beta Was this translation helpful? Give feedback.
-
What's Changed
New Contributors
Full Changelog: 3.8.6...3.9.0
This discussion was created from the release Version 3.9.0: Add short year formatter and fix year of day computation.
Beta Was this translation helpful? Give feedback.
All reactions