Re: microsecond resolution

Posted by jeff jacobson on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/microsecond-resolution-tp10421p10423.html

Sorry if I'm missing something. That link mentions milliseconds, no? My question is whether or not I can specify microseconds where 1000microseconds = 1millisecond. Thanks!

On Sun, Dec 4, 2016 at 5:05 PM, Matthias J. Sax <[hidden email]> wrote:
Yes. It does.

See:
https://ci.apache.org/projects/flink/flink-docs-release-1.1/apis/streaming/event_timestamps_watermarks.html#assigning-timestamps

"Both timestamps and watermarks are specified as millliseconds since the
Java epoch of 1970-01-01T00:00:00Z."



-Matthias


On 12/04/2016 10:57 AM, jeff jacobson wrote:
> I've sourced stackoverflow, the docs, and the web but I can't figure
> out: does flink support microsecond timestamp resolution? Thanks!