Lua → VBScript SwxWare v13.10
This function returns the current time according to the script user's location.
local sTime = CurTime() -- in "%H:%M:%S" format
or if being used directly within a GSE property dialog, e.g. in a Say Date block to directly announce the current time to the caller:
This function returns a string value. The time is formatted like "%H:%M:%S".
Note: this function is not the same as the Lua build-in function os.time().
While os.time() returns the current time of the SwyxServer machine when being used within a call routing script, CurTime() uses the Server Script API function PBXUser.Now() to get the script user's date according to his location (timezone) configuration within SwyxWare. This is not necessarily the same.
By Tom Wellige