Addons build failure in MQTT

Ran mvn compile in openhab2-addons this morning and got a build failure in the MQTT tests

"
INFO] Running org.openhab.binding.mqtt.generic.ChannelStateTests
[ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.239 s <<< FAILURE! - in org.openhab.binding.mqtt.generic.ChannelStateTests
[ERROR] receiveDateTimeTest(org.openhab.binding.mqtt.generic.ChannelStateTests) Time elapsed: 0.14 s <<< FAILURE!
java.lang.AssertionError:

Expected: is "2019-05-19T10:17:27.701731+0100"
     but: was "2019-05-19T10:17:27.701731-0400"
	at org.openhab.binding.mqtt.generic.ChannelStateTests.receiveDateTimeTest(ChannelStateTests.java:282)

As the time is off by 5h and I am running in the EDT timezone whic is +5h, I’d guess that this is a timezone problem.

Steve

That test failed also when Europes summertime started. So yes that test need to be fixed. I think there is already an open bug report. I’m just not feeling like fixing it atm.

FTR: https://github.com/openhab/openhab2-addons/issues/5406