replaced high_resolution_clock with system_time for timestamps

This commit is contained in:
kamilprzyb
2020-09-22 21:15:47 +02:00
parent 0931c88541
commit 7ba9b9a54f
4 changed files with 15 additions and 6 deletions

View File

@@ -33,6 +33,7 @@
std::string U16toU8(char16_t* src);
size_t U8toU16(std::string src, char16_t* des); // returns number of char16_t that was written at des
time_t getTime();
time_t getTimestamp();
// The PROTOCOL_VERSION definition is defined by the build system.
#if !defined(PROTOCOL_VERSION)