to_j_zdt
to_j_zdt converts a date-time value to a Java ZonedDateTime.
Important
In query strings, users should choose the built-in function parseZonedDateTime instead of to_j_zdt. For more information, see:
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| dt | Union[None, ZonedDateTime, str, datetime.datetime, numpy.datetime64, pandas.Timestamp] | A date-time value to convert to a Java ZonedDateTime strings should be formatted according to the ISO-8601 standard, which is |
Returns
Returns a ZonedDateTime representation of the date-time string.