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
Should ToTimeUnit() still convert TotalMilliseconds to years?
ToTimeUnit()
TotalMilliseconds
It currently doesn't convert to months and It seems we should also not convert to years, converting to weeks as the largest time unit.
The text was updated successfully, but these errors were encountered:
👍 It should match the logic in Time.Reduce().
Sorry, something went wrong.
7abad93
ToTimeUnit() does not serialize to year units
11a23a1
A year is not a fixed unit of time when converting from TotalMilliseconds Fixes #2022
5a0410d
russcam
No branches or pull requests
Should
ToTimeUnit()
still convertTotalMilliseconds
to years?It currently doesn't convert to months and It seems we should also not convert to years, converting to weeks as the largest time unit.
The text was updated successfully, but these errors were encountered: