Date timezone issue
Open
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
If cell value is set to new Date(2017, 2, 15) as in example, it will result date value 03/14/2017 22:00:00 in Excel file. I guess, the diff is connected to my timezone.
Also if I set cell value as new Date(), it will result a time two hours back.
I would expect to see a result 3/15/2017 00:00:00 for the first and current time for the second case in Excel.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.