Jump to content
  • CurTime()

    CurTime()

    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:

     

    image.png

     

     

    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.

     

     


    Tom Wellige
     Share


     Share




×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.