Closed ashmeet-kandhari closed 4 years ago
Description: Right now the default UTC timestamp is EXTENSION_TIME_UTC_TIMESTAMP_FORMAT = "yyyy-MM-dd HH:mm:ss". We should have an argument which supports other timestamp formats as well for time:utcTimestamp()
EXTENSION_TIME_UTC_TIMESTAMP_FORMAT = "yyyy-MM-dd HH:mm:ss"
time:utcTimestamp()
Fixed in https://github.com/siddhi-io/siddhi-execution-time/pull/62
Description: Right now the default UTC timestamp is
EXTENSION_TIME_UTC_TIMESTAMP_FORMAT = "yyyy-MM-dd HH:mm:ss"
. We should have an argument which supports other timestamp formats as well fortime:utcTimestamp()