[
https://issues.apache.org/jira/browse/METRON-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Miklavcic updated METRON-2076:
--------------------------------------
Fix Version/s: Next + 1
> Stellar timezone test failure
> -----------------------------
>
> Key: METRON-2076
> URL: https://issues.apache.org/jira/browse/METRON-2076
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.7.0
> Reporter: Dale Richardson
> Assignee: Michael Miklavcic
> Priority: Minor
> Fix For: Next + 1
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> I notice that testDateFormatDefaultTimezone is failing on my machine (MacOS
> Mojave)
> public void testDateFormatDefaultTimezone() {
> Object result = run("DATE_FORMAT('EEE MMM dd yyyy hh:mm:ss zzzz', epoch)");
> // Thu Aug 25 2016 11:27:10 Australian Eastern Standard Time (New South
> Wales)"
> assertTrue(result.toString().endsWith(TimeZone.getDefault().getDisplayName(true,
> 1)));
> //Australian Eastern Daylight Time (New South Wales)
> }
>
> # sudo systemsetup -gettimezone
> Time Zone: Australia/Sydney
>
> # echo `date -u` `date +%z`
> Mon 15 Apr 2019 12:05:06 UTC +1000
>
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)