From 35b0543ec2a54250be011a9ffdd1d70f2c1ced5c Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Wed, 23 Sep 2015 02:11:54 +0200 Subject: idevicebackup: fix some timestamps that are relative to the Mac epoch instead of Unix one --- common/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/utils.h b/common/utils.h index 90cfa4a..8426bc0 100644 --- a/common/utils.h +++ b/common/utils.h @@ -33,6 +33,8 @@ #include #include +#define MAC_EPOCH 978307200 + #ifndef HAVE_STPCPY char *stpcpy(char *s1, const char *s2); #endif -- cgit v1.1-32-gdbae