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] `{}` for UTC (implemented) - [x] `{:x}` for TAI (implemented) - [x] `{:X}` for TT - [x] `{:e}` for TDB (the E is seen as a shortcut to ephemeris, and those typically use TDB) - [x] `{:E}` for ET - [x] `{:p}` for UNIX (as a pointer to computer systems in a way) - [x] `{:o}` for GPS, where the `O` represents an orbit