Open ashayk opened 8 years ago
line 418: if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue])
should read: if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue]/1000.)
I can confirm that this is a bug that needs to be fixed.
This looks like its been fixed in the current code stream. The issue can probably be closed.
nope it is note. Line 170 is fixed, line 418 is not...
line 418: if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue])
should read: if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue]/1000.)