You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Israel Herraiz (Jira)" <ji...@apache.org> on 2020/05/16 17:27:00 UTC

[jira] [Created] (BEAM-10018) Windowing katas are failing because timestamps are being calculated in local timezones

Israel Herraiz created BEAM-10018:
-------------------------------------

             Summary: Windowing katas are failing because timestamps are being calculated in local timezones
                 Key: BEAM-10018
                 URL: https://issues.apache.org/jira/browse/BEAM-10018
             Project: Beam
          Issue Type: Bug
          Components: katas
    Affects Versions: 2.20.0
            Reporter: Israel Herraiz
             Fix For: 2.21.0


The two Python katas about windowing fail because the timestamps for the elements are calculated based on the local timezone, and my timezone does not match the timezone hardcoded in the tests.

I am working on a pull request to set the timezones in UTC, so the tests are always done in UTC, and the timestamps are always set in UTC.



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