Fix broken timestamps

This commit is contained in:
elasota
2024-08-06 23:15:58 -04:00
parent 4340e8fc5c
commit 5e2085da00
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace PortabilityLayer
uint8_t m_padding[3];
static const int32_t kMacEpochToUTC = 2082844800;
static const int32_t kMacEpochToUTC = -2082844800;
int64_t GetMacEpochTime() const;
void SetMacEpochTime(int64_t timestamp);