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
Description Apparent rounding error reading dates in Golang code.
Steps to reproduce the issue:
Describe the results you received: "9/11/2021 07:59"
Describe the results you expected: "9/11/2021 08:00"
Output of go version:
go version
go version go1.16.8 windows/amd64
Excelize version or commit ID:
v2.3.2
Environment details (OS, Microsoft Excel™ version, physical, etc.): Windows 10
The text was updated successfully, but these errors were encountered:
58fd279
Thanks for your issue, I applied the patch from your forked fix code.
Sorry, something went wrong.
This closes qax-os#1030, fix date rounding error
69af35b
No branches or pull requests
Description
Apparent rounding error reading dates in Golang code.
Steps to reproduce the issue:
Describe the results you received:
"9/11/2021 07:59"
Describe the results you expected:
"9/11/2021 08:00"
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Windows 10
The text was updated successfully, but these errors were encountered: