FACT++  1.0
string Time::Iso ( ) const
Returns
a human readable string which complies with ISO 8601, in the "CCYY-MM-DDThh:mm:ss.f"

Definition at line 253 of file Time.cc.

References _time_format::str().

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

254 {
255  stringstream out;
256  out << Time::iso << *this;
257  return out.str();
258 }
static const _time_format iso
set to format to the sql format (without the fraction of seconds)
Definition: Time.h:44
std::string str() const
Definition: Time.h:27

+ Here is the call graph for this function:

+ Here is the caller graph for this function: