Get UTC/GMT timestamp in infosphere streams

251 Views Asked by At

I have been using the getTimestamp() method of Infosphere Streams to get the current time stamp. However with multiple instances running in various timezones, its difficult to sync. Is there any way to retrieve the GMT timestamp of the given instant?

1

There are 1 best solutions below

0
Arun A K On BEST ANSWER

Just overlooked the API documentations... gmtime(timeStamp,resultantTuple) solves the problem.