-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
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
Excel is not storing exact date. Preserving last day #2644
Comments
Can you share an example file and your system timezone? |
This is an old issue... Is not one day left, ist just a few seconds left My timezone is -3 a simple example to reproduce:
|
Atlantic/Azores h/t @ruitalia . The timezone had fractional offset |
I'm also using version 0.18.5 and see the same issue in India Standard Time zone. It looks like 10 seconds is being subtracted off of the time. Date in Excel File: 7/5/2023 Result after XLSX.read: |
Hi,
I am using SheetJs and trying to store date into excel sheet. I noticed the date records are storing incorrectly,
Ex - when i try to store 04-05-2022 , it is storing 04-04-2022. It is missing 1 day and storing previous date.
Am using latest version 0.18.5 . Please advise
The text was updated successfully, but these errors were encountered: