System functions
System functions extract data from the operating system, such as the host name, time zone, current date.
Rulex Platform formula | ||
---|---|---|
Function | Formula | Description |
currDate(utc) | Returns the current date according to local or UTC settings. | |
currDatetime(utc) | Returns the current datetime according to local or UTC settings. | |
hostName() | Returns the hostname of the machine where Rulex Platform is running. | |
ipAddress() | Returns the IP address of the machine where Rulex Platform is running. | |
timeZone() | Returns the current timezone, i.e. the difference between local time and UTC time. The resulting type is time. |
Parameters in bold are mandatory.