| 46 | Datetime(const std::string &s, const std::string &fmt="%Y-%m-%d %H:%M:%OS"); |
| 47 | |
| 48 | double getFractionalTimestamp(void) const { return m_dt; } |
| 49 | |
| 50 | int getMicroSeconds() const { return m_us; } |
| 51 | int getSeconds() const { return m_tm.tm_sec; } |
no outgoing calls
no test coverage detected