Description
For the zoneid with format like "+0000" or "+0730", it can be parsed by `ZoneId.of()` but will rejected by Spark's `DateTimeUtils.stringToTimestamp()`. it means we will return null for some valid datetime string, such as: `2021-10-11T03:58:03.000+0700`
Attachments
Issue Links
- is duplicated by
-
SPARK-40835 to_utc_timestamp creates null column
- Resolved
- links to