X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatis.hxx;h=cf7b0de221fa7cb31b9ab07782475114b4c8af19;hb=ecccc910645d6e8c131de86da28ec5d3d82ac190;hp=b84cfa2d3bc59a42b2ac60407ec3362671ddb2a9;hpb=aad1de2ee5d907dd01dae5c73c3520202a93ed97;p=flightgear.git diff --git a/src/ATC/atis.hxx b/src/ATC/atis.hxx index b84cfa2d3..cf7b0de22 100644 --- a/src/ATC/atis.hxx +++ b/src/ATC/atis.hxx @@ -113,7 +113,7 @@ operator >> ( istream& in, FGATIS& a ) static double julian_date = 0; static const double MJD0 = 2415020.0; if ( first_time ) { - julian_date = sgTimeCurrentMJD() + MJD0; + julian_date = sgTimeCurrentMJD(0, 0) + MJD0; first_time = false; }