mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-13 19:49:36 +00:00
Fix broken timestamps
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user