mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
File system refactor, bug fixes
This commit is contained in:
@@ -51,7 +51,7 @@ int main(int argc, const char **argv)
|
||||
SystemTimeToTzSpecificLocalTime(&tz, &utcST, &localST);
|
||||
|
||||
PortabilityLayer::CombinedTimestamp ts;
|
||||
ts.SetUTCTime(timeDelta);
|
||||
ts.SetMacEpochTime(timeDelta);
|
||||
|
||||
ts.SetLocalYear(localST.wYear);
|
||||
ts.m_localMonth = localST.wMonth;
|
||||
|
||||
Reference in New Issue
Block a user