We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Case:
let oldEpoch = 1625693136.000 // Jul 7, 2021 5:25 PM let currentEpoch = 1625862719.98203 // Jul 9, 2021 4:31 PM let oldDate = Date(timeIntervalSince1970: oldEpoch) let newDate = Date(timeIntervalSince1970: currentEpoch) print(oldDate.timeAgo(since: newDate)) // prints 23 hours
am I losing my mind? Shouldn't it be 1 day 23 hours?
The text was updated successfully, but these errors were encountered:
closing this. Duplicate of: #243
Sorry, something went wrong.
No branches or pull requests
Test Case:
am I losing my mind? Shouldn't it be 1 day 23 hours?
The text was updated successfully, but these errors were encountered: