We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should be relatively straight forward since the Gregorian computation uses the seconds representation of a given epoch in a given time system.
Idea:
{}
{:x}
{:X}
{:e}
{:E}
{:p}
{:o}
O
The text was updated successfully, but these errors were encountered:
Add printing options for Epoch
72515f9
Closes #130
Successfully merging a pull request may close this issue.
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 theO
represents an orbitThe text was updated successfully, but these errors were encountered: