timeUtils.h
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include <string>
7 
14 namespace dpyTime {
15 
21 std::string getLocalTimeStamp();
22 
27 struct tm getLocalTime();
28 
29 } /* namespace dpyTime */
std::string getLocalTimeStamp()
Get local time as a timestamp string.
struct tm getLocalTime()
Get local time.
Time utility methods.