Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/13912
@srowen Hm.. I just wonder if I should correct JSON data source to be
consistent with this meaning these below:
1. Default is to write time as numeric timestamps
2. Supports both `dateFormat` and `timezone` for reading and writing.
Currently, JSON data source is writing both `Date` as below:
```scala
// TimestampType
1970-01-01 11:46:40.0
// DateType
1970-01-01
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]