You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2020/03/13 16:31:00 UTC

[jira] [Resolved] (NIFI-7250) Add timezones to Github builds

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

Pierre Villard resolved NIFI-7250.
----------------------------------
    Fix Version/s: 1.12.0
       Resolution: Fixed

> Add timezones to Github builds
> ------------------------------
>
>                 Key: NIFI-7250
>                 URL: https://issues.apache.org/jira/browse/NIFI-7250
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Tools and Build
>            Reporter: Pierre Villard
>            Assignee: Joe Witt
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> To be sure the code is timezone independent we could add the timezone corresponding the locales we used in the Github actions builds.
> {code:java}
> -Duser.timezone=US/Eastern
> {code}
> As found [Java Util Timezones|http://tutorials.jenkov.com/java-date-time/java-util-timezone.html]
> Ones we care about
> {code:java}
> -Duser.timezone=US/Pacific
> -Duser.timezone=Europe/Paris
> -Duser.timezone=Asia/Tokyo
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)