You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jiayi Liao (JIRA)" <ji...@apache.org> on 2018/09/05 12:22:00 UTC

[jira] [Created] (FLINK-10284) TumblingEventTimeWindows's offset should can be less than zero.

Jiayi Liao created FLINK-10284:
----------------------------------

             Summary: TumblingEventTimeWindows's offset should can be less than zero.
                 Key: FLINK-10284
                 URL: https://issues.apache.org/jira/browse/FLINK-10284
             Project: Flink
          Issue Type: Bug
            Reporter: Jiayi Liao


My goal is to create a window from 0am to the next day's 0am within GMT+8 timezone, so I choose to use TumblingEventTimeWindows.of(Time.of(1, TimeUnit.DAYS)), which uses UTC timezone to implement the range of "day". And it doesn't allow me to write an offset -8 in the TumblingEventTimeWindows, which can help me fix the offset of timezone.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)