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
Hi,
Thanks for a great plugin! I am loading excel with date/time fields, and I noticed that they are one hour later than they should.
Like the wrong timezone is decoded. How it is possible ? Date value in the cell: 5/5/2021 6:38:00 AM is decoded in futter as:2021-05-05T07:38:00.000
The text was updated successfully, but these errors were encountered:
Currently, the package only supports native date/time formats.
If you don't use a custom format for date and time, the package will be able to parse them.
As a workaround, select cells with date and format as a date instead of a custom.
Hi,
Thanks for a great plugin! I am loading excel with date/time fields, and I noticed that they are one hour later than they should.
Like the wrong timezone is decoded. How it is possible ? Date value in the cell: 5/5/2021 6:38:00 AM is decoded in futter as:2021-05-05T07:38:00.000
The text was updated successfully, but these errors were encountered: