-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Quarkus 1.6][iCal] TimeZone-less DTSTART and DTEND changed to GMT in native mode #838
Comments
This was definitely caused by the fact that with pre-20.1.0 GraalVM versions, the native image inherited the default time zone from the build environment. The GMT time zone seemed to be set by the Quarkus docker container (currently using GraalVM 19.3.1). When testing with GraalVM 20.1.0 the issue does not occur anymore. From 20.1.0 release notes:
The Quarkus builder image was upgraded to 20.1.0 recently, so the quirks in https://github.com/apache/camel-quarkus/blob/master/integration-tests/dataformat/src/main/java/org/apache/camel/quarkus/component/dataformat/it/ICalUtils.java#L87-L90 can be removed after the upgrade to Quarkus 1.6 |
in native mode with GraalVM 20.1.0+
in native mode with GraalVM 20.1.0+
in native mode with GraalVM 20.1.0+
in native mode with GraalVM 20.1.0+
Probably caused by quarkusio/quarkus#5016
As a result, only zoned DTSTART and DTEND work properly.
The text was updated successfully, but these errors were encountered: