siddhi-io / siddhi-execution-time

Extension that provides time-related functionalities
https://siddhi-io.github.io/siddhi-execution-time
Apache License 2.0
3 stars 30 forks source link

Override default UTC Timestamp format #61

Closed ashmeet-kandhari closed 4 years ago

ashmeet-kandhari commented 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()

dnwick commented 4 years ago

Fixed in https://github.com/siddhi-io/siddhi-execution-time/pull/62