You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since you are using [NSDate dateWithTimeIntervalSince1970:(NSTimeInterval)] in the DateConverter class, you need to pass this interval in SECONDS, not millis.
Do you prefer to stay with seconds (and change the documentation where you say milliseconds) or /1000 the value? I can send a pull request for the second one.
The text was updated successfully, but these errors were encountered:
Hello,
since you are using [NSDate dateWithTimeIntervalSince1970:(NSTimeInterval)] in the DateConverter class, you need to pass this interval in SECONDS, not millis.
Do you prefer to stay with seconds (and change the documentation where you say milliseconds) or /1000 the value? I can send a pull request for the second one.
The text was updated successfully, but these errors were encountered: