summaryrefslogtreecommitdiff
path: root/core/src/Utils/Time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Utils/Time.hpp')
-rw-r--r--core/src/Utils/Time.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/Utils/Time.hpp b/core/src/Utils/Time.hpp
new file mode 100644
index 0000000..1f5a048
--- /dev/null
+++ b/core/src/Utils/Time.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <string>
+#include <chrono>
+
+std::string StringifyTimePoint(std::chrono::time_point<std::chrono::system_clock> tp);
+std::string StringifyTimeStamp(int64_t timeStamp);