Timestamp.cpp added

This commit is contained in:
orignal 2016-09-21 12:02:52 -04:00
parent 7a51407f6d
commit 315f672254
6 changed files with 17 additions and 2 deletions

10
Timestamp.cpp Normal file
View file

@ -0,0 +1,10 @@
#include "Timestamp.h"
namespace i2p
{
namespace util
{
std::chrono::system_clock::duration g_TimeOffset = std::chrono::system_clock::duration::zero ();
}
}