Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, the JSON format supports timestamps in the UTC timezone "1990-10-14T12:12:43Z". However, the conversion in the current implementation is not correct since timestamps in SQL do not contain a timezone and depend on the local timezone of the JVM. Casting a rowtime into a string results in an undesired offset at the moment. Fixing this problem might depend on the bigger issue of proper timezone support.