Re: Set TimeZone of Flink Streaming job

2020-12-17 Thread Timo Walther
Hi, Flink does not support time zones currently. However, all time operations work on Java `long` values. It can be up to the user what this long value represents. It must not be UTC but can also be adjusted for another time zone. Since DataStream API supports arbirary Java objects, users can

Set TimeZone of Flink Streaming job

2020-12-16 Thread narasimha
Hi, How to configure flink job to follow a certain TimeZone, instead of default/UTC. Is it possible in the first place? Solutions present are for Table/SQL API. -- A.Narasimha Swamy