Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support printing in other time systems thank just UTC and TAI #130

Closed
7 tasks done
ChristopherRabotin opened this issue May 29, 2022 · 0 comments · Fixed by #132
Closed
7 tasks done

Support printing in other time systems thank just UTC and TAI #130

ChristopherRabotin opened this issue May 29, 2022 · 0 comments · Fixed by #132

Comments

@ChristopherRabotin
Copy link
Member

ChristopherRabotin commented May 29, 2022

This should be relatively straight forward since the Gregorian computation uses the seconds representation of a given epoch in a given time system.

Idea:

  • {} for UTC (implemented)
  • {:x} for TAI (implemented)
  • {:X} for TT
  • {:e} for TDB (the E is seen as a shortcut to ephemeris, and those typically use TDB)
  • {:E} for ET
  • {:p} for UNIX (as a pointer to computer systems in a way)
  • {:o} for GPS, where the O represents an orbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant