FACT++  1.0
double Time::UnixDate ( ) const

Definition at line 204 of file Time.cc.

References SecondsOfDay().

Referenced by DataWriteFits2::WriteFooter(), and DataWriteFits::WriteFooter().

205 {
206  return (date().modjulian_day()-40587) + SecondsOfDay()/(24*60*60);
207 }
double SecondsOfDay() const
Definition: Time.cc:161

+ Here is the call graph for this function:

+ Here is the caller graph for this function: