Home
last modified time | relevance | path

Searched refs:JDAY_JAN1_00H_1970 (Results 1 – 2 of 2) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A DgTime.hpp42 static const double JDAY_JAN1_00H_1970 = 2440587.5; variable
H A DgTime.cpp196 return ((m_time - JDAY_JAN1_00H_1970)*KSEC_PER_DAY); in toTime()