We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32000f commit 20f8042Copy full SHA for 20f8042
CHANGELOG.md
@@ -7,6 +7,8 @@ language runtime. The main focus is on user-observable behavior of the engine.
7
8
* Jython Compatiblity: Implement `from JavaType import *` to import all static members of a Java class
9
* Jython Compatiblity: Implement importing Python code from inside JAR files by adding `path/to/jarfile.jar!path/inside/jar` to `sys.path`
10
+* Added support for date and time interop.
11
+* Added support for setting the time zone via `Context.Builder.timeZone`.
12
13
## Version 19.3.0
14
0 commit comments