You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (Jira)" <ji...@apache.org> on 2019/08/21 16:40:00 UTC

[jira] [Assigned] (METRON-2076) Stellar timezone test failure

     [ https://issues.apache.org/jira/browse/METRON-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Miklavcic reassigned METRON-2076:
-----------------------------------------

    Assignee: Michael Miklavcic  (was: Dale Richardson)

> 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
>          Time Spent: 20m
>  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)