Fix more broken timestamps

This commit is contained in:
elasota
2024-08-07 01:55:37 -04:00
parent a3e8b51b37
commit 1663d9d6fe
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ int ProcessFileDatesInfo(FILE *f, uint32_t length, PortabilityLayer::MacFileProp
return -1;
}
const int64_t asEpochToMacEpoch = -3029547600LL;
const int64_t asEpochToMacEpoch = 3029547600LL;
// Mac epoch in Unix time: -2082844800
// ASAD epoch in Unix time: 946702800