diff --git a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml
index 141606cd..cc90f95a 100644
--- a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml
+++ b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality-test-01.xml
@@ -705,16 +705,16 @@
same datetimes, one with offset and the other with zone are equal
- false
+ true
same datetimes, one with offset and the other with zone are equal - DST
-
+
- false
+ true
diff --git a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn
index 7ff3ad87..18037b5d 100644
--- a/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn
+++ b/TestCases/compliance-level-3/0068-feel-equality/0068-feel-equality.dmn
@@ -781,12 +781,12 @@
- Tests FEEL expression: 'date and time("2018-10-08T00:00:00+01:00") = date and time("2018-10-08T00:00:00@Europe/Paris")' and expects result: 'true (boolean)'
- Result of FEEL expression 'date and time("2018-10-08T00:00:00+01:00") = date and time("2018-10-08T00:00:00@Europe/Paris")'?
- false (boolean)
+ Tests FEEL expression: 'date and time("2018-10-08T00:00:00+02:00") = date and time("2018-10-08T00:00:00@Europe/Paris")' and expects result: 'true (boolean)'
+ Result of FEEL expression 'date and time("2018-10-08T00:00:00+02:00") = date and time("2018-10-08T00:00:00@Europe/Paris")'?
+ true (boolean)
- date and time("2018-10-08T00:00:00+01:00") = date and time("2018-10-08T00:00:00@Europe/Paris")
+ date and time("2018-10-08T00:00:00+02:00") = date and time("2018-10-08T00:00:00@Europe/Paris")
@@ -796,7 +796,7 @@
true (boolean)
- date and time("2018-02-08T00:00:00+02:00") = date and time("2018-02-08T00:00:00@Europe/Paris")
+ date and time("2018-02-08T00:00:00+01:00") = date and time("2018-02-08T00:00:00@Europe/Paris")