I guess the issue there is the test relies on TimeZone.getDefault(), however, there's org.apache.jmeter.functions.TestDateTimeConvertFunction#testDateTimeConvertEpochTime which alters the default time zone.
Let's see if something like https://github.com/apache/jmeter/pull/560 can workaround this. Vladimir
