Date values converted to unix timestamps when exporting
See original GitHub issueIf I have a csv file of days in YYYY-MM-DD
format, open it up in data-preview, and then save it out as a csv, the date field is a timestamp
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to convert Unix timestamps in CSV exports
Copy this formula: "=(((Cell Name With Timestamp/60)/60/24)+DATE(1970,1,1))", then press the Enter key. · Select Time and choose the desired time ...
Read more >Epoch Converter - Unix Timestamp Converter
The converter on this page converts timestamps in seconds (10-digit), milliseconds (13-digit) and microseconds (16-digit) to readable dates. Human-readable time ...
Read more >How to Convert DateTime to UNIX Timestamp in Python
To begin with, we import the datetime class from the datetime module. The UNIX value object is then stored in a variable. Then...
Read more >Exported Dates & Dates In Liquid Templates
A Unix timestamp can be converted into any date format. From within a spreadsheet, a calculation must be performed. If the date is...
Read more >Converting Unix timestamp value to ISM date and time format ...
Hi Simon,. Is there no way for the other system to export the written date/time? I don't think the data import processor has...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah, I need to add default date formatting for those.
like I said it’s a duplicate of #156 that I did not finish.
see this commit for what needs to be added for csv save to format dates:
https://github.com/RandomFractals/vscode-data-preview/commit/bb7d56c1785b440612fdc55c28c2cede59b77f7f