-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.11.0
-
None
The MetricsRestServiceInteractionTest is failing when run in an environment with a non-UTC+1 time zone.
The reason for this is that the actual Date value is created by providing milliseconds to the test Date object (obtaining a 'local time' date). On the other hand, the expected Date value is parsed from a string fixed to a certain time.