.. _rxte-time: ******************************************************* RXTE Mission Epoch (:mod:`gdt.missions.rxte.asm.time`) ******************************************************* The RXTE Mission epoch, also called the RXTE Mission Elapsed Time (MET) is the number of seconds elapsed since January 1, 1994, 00:00:00 UTC, including leap seconds and an RXTE clock correction of 3.37843167 s. We have defined a specialized epoch to work with Astropy ``Time`` objects so that RXTE MET can be easily converted to/from other formats and time scales. To use this, we simply import and create an astropy Time object with a `'rxte'` format: >>> from gdt.missions.rxte.asm.time import Time >>> rxte_met = Time(114264420, format='rxte') >>> rxte_met