.. _fermi-time: ***************************************************** Fermi Mission Epoch (:mod:`gdt.missions.fermi.time`) ***************************************************** The Fermi Mission epoch, also called the Fermi Mission Elapsed Time (MET) is the number of seconds elapsed since January 1, 2001, 00:00:00 UTC, including leap seconds. We have defined a specialized epoch to work with Astropy ``Time`` objects so that Fermi 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 `'fermi'` format: >>> from gdt.missions.fermi.time import Time >>> fermi_met = Time(697422649, format='fermi') >>> fermi_met