diff options
-rw-r--r-- | project2/sql/unittests/testCore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/unittests/testCore.cpp b/project2/sql/unittests/testCore.cpp index 911eccb..ce921c2 100644 --- a/project2/sql/unittests/testCore.cpp +++ b/project2/sql/unittests/testCore.cpp @@ -6,7 +6,7 @@ TestCore::TestCore() : testInt(43), testDouble(3.14), testString("Some C String"), - testDateTime(boost::posix_time::from_time_t(time(NULL))), + testDateTime(boost::posix_time::from_time_t(1430530593)), testInterval(boost::posix_time::time_duration(1, 2, 3)) { TestOptionsSource::LoadTestOptions({ |