We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a2a21 commit a9dc497Copy full SHA for a9dc497
trantor/utils/Date.h
@@ -78,7 +78,7 @@ class TRANTOR_EXPORT Date
78
{
79
static int64_t offset = -(
80
Date::fromDbStringLocal("1970-01-03 00:00:00").secondsSinceEpoch() -
81
- 2LL * 3600LL * 24LL * MICRO_SECONDS_PRE_SEC);
+ 2LL * 3600LL * 24LL);
82
return offset;
83
}
84
0 commit comments