LTL
2.0.x
|
Convert from and to FITS DATE type string. More...
Inherits util::UTDate.
Public Member Functions | |
FitsDate () | |
Get actual UT. More... | |
FitsDate (const UTDate &d) | |
FitsDate (const string &init_date, const int verbose=0) | |
Interpret FITS DATE string (already is UTC) More... | |
string | toString () const |
Return UTC string in FITS DATE format. More... | |
time_t | time () const |
get internal time_t More... | |
Protected Member Functions | |
char * | toCString () const |
time_t | mkuttime (struct tm *ut_tm) |
time_t | mkdcftime (struct tm *dcf_tm) |
Protected Attributes | |
time_t | ut_date_ |
Convert from and to FITS DATE type string.
|
inline |
Get actual UT.
|
inline |
util::FitsDate::FitsDate | ( | const string & | init_date, |
const int | verbose = 0 |
||
) |
Interpret FITS DATE string (already is UTC)
string util::FitsDate::toString | ( | ) | const |
Return UTC string in FITS DATE format.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
get internal time_t
|
protectedinherited |
Referenced by util::JulDate::JulDate().