Get Current Time function

The Get Current Time function returns the current time (with the local timezone) as a XML Schema data type: xs:time

Parameter:  none

Returns: time

The current time as the XML Schema data type: xs:time. For example, if this function is run at 12:43 PM in the PST timezone (-08:00) this function returns the following time:

12:43:51-08:00
Note: If this function is called twice in a map, it is not guaranteed that the same time is returned. This function is not stable as defined by the W3C.