You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,23 @@ For information on <a target="_blank" href="https://siddhi.io/">Siddhi</a> and i
19
19
20
20
## Latest API Docs
21
21
22
-
Latest API Docs is <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7">5.0.7</a>.
22
+
Latest API Docs is <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8">5.0.8</a>.
23
23
24
24
## Features
25
25
26
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#currentdate-function">currentDate</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the system time in <code>yyyy-MM-dd</code> format.</p></p></div>
27
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#currenttime-function">currentTime</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns system time in the <code>HH:mm:ss</code> format.</p></p></div>
28
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#currenttimestamp-function">currentTimestamp</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">When no argument is provided, function returns the system current timestamp in <code>yyyy-MM-dd HH:mm:ss</code> format, and when a timezone is provided as an argument, it converts and return the current system time to the given timezone format.</p></p></div>
29
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#date-function">date</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Extracts the date part of a date or date-time and return it in <code>yyyy-MM-dd</code> format.</p></p></div>
30
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#dateadd-function">dateAdd</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Adds the specified time interval to a date.</p></p></div>
31
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#datediff-function">dateDiff</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Returns difference between two dates in days.</p></p></div>
32
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#dateformat-function">dateFormat</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Formats the data in string or milliseconds format to the given date format.</p></p></div>
33
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#datesub-function">dateSub</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Subtracts the specified time interval from the given date.</p></p></div>
34
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#dayofweek-function">dayOfWeek</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Extracts the day on which a given date falls.</p></p></div>
35
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#extract-function">extract</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function extracts a date unit from the date.</p></p></div>
36
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#timestampinmilliseconds-function">timestampInMilliseconds</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Returns the system time or the given time in milliseconds.</p></p></div>
37
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#timezoneconvert-function">timezoneConvert</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Converts source datetime to provided target timezone and return the datetime string</p></p></div>
38
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#utctimestamp-function">utcTimestamp</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the system current time in UTC timezone with given date format which defaults to <code>yyyy-MM-dd HH:mm:ss</code> if not provided.</p></p></div>
26
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#currentdate-function">currentDate</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the system time in <code>yyyy-MM-dd</code> format.</p></p></div>
27
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#currenttime-function">currentTime</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns system time in the <code>HH:mm:ss</code> format.</p></p></div>
28
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#currenttimestamp-function">currentTimestamp</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">When no argument is provided, function returns the system current timestamp in <code>yyyy-MM-dd HH:mm:ss</code> format, and when a timezone is provided as an argument, it converts and return the current system time to the given timezone format.</p></p></div>
29
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#date-function">date</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Extracts the date part of a date or date-time and return it in <code>yyyy-MM-dd</code> format.</p></p></div>
30
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#dateadd-function">dateAdd</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Adds the specified time interval to a date.</p></p></div>
31
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#datediff-function">dateDiff</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Returns difference between two dates in days.</p></p></div>
32
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#dateformat-function">dateFormat</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Formats the data in string or milliseconds format to the given date format.</p></p></div>
33
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#datesub-function">dateSub</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Subtracts the specified time interval from the given date.</p></p></div>
34
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#dayofweek-function">dayOfWeek</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Extracts the day on which a given date falls.</p></p></div>
35
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#extract-function">extract</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function extracts a date unit from the date.</p></p></div>
36
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#timestampinmilliseconds-function">timestampInMilliseconds</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Returns the system time or the given time in milliseconds.</p></p></div>
37
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#timezoneconvert-function">timezoneConvert</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Converts source datetime to provided target timezone and return the datetime string</p></p></div>
38
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#utctimestamp-function">utcTimestamp</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the system current time in UTC timezone with given date format which defaults to <code>yyyy-MM-dd HH:mm:ss</code> if not provided.</p></p></div>
0 commit comments