Skip to content

Commit

Permalink
test(dmn): add timezone offset for date transformer test case
Browse files Browse the repository at this point in the history
related to CAM-11314
  • Loading branch information
tasso94 committed Feb 6, 2020
1 parent 5f822ca commit 77d5765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void shouldTransformZonedDateTime() {
TypedValue dateValue = Variables.dateValue(date);

String systemTimeZone = ZoneId.systemDefault().getId();
String zonedDateTimeStr = "2015-09-18T12:00:00+00:00[" + systemTimeZone + "]";
String zonedDateTimeStr = "2015-09-18T12:00:00+02:00[" + systemTimeZone + "]";
ZonedDateTime zonedDateTime = ZonedDateTime.parse(zonedDateTimeStr);

// when
Expand Down

0 comments on commit 77d5765

Please sign in to comment.