7 #ifndef RETDEC_UTILS_TIME_H
8 #define RETDEC_UTILS_TIME_H
std::string getCurrentYear()
Returns the current year in the form YYYY.
Definition: time.cpp:79
std::tm * getCurrentTimestamp()
Returns the current timestamp.
Definition: time.cpp:57
std::string getCurrentDate()
Returns the current date in the form YYYY-MM-DD.
Definition: time.cpp:65
std::string timestampToDate(std::tm *tm)
Returns date in human readable form.
Definition: time.cpp:88
std::string getCurrentTime()
Returns the current time in the form HH:MM:SS.
Definition: time.cpp:72
double getElapsedTime()
Returns how much time has elapsed since the program was started (in seconds).
Definition: time.cpp:110
Definition: archive_wrapper.h:19