Documentation
IPS_GetKernelStartTime
Require: IP-Symcon >= 4.0
int IPS_GetKernelStartTime ()
Returns
Point of time of the most recent start of IP Symcon
Description
The function returns the date and time of the start time of IP Symcon as Unix Timestamp.
Example
// returns, e.g., 1204675012
echo IPS_GetKernelStartTime();
// returns, e.g., "2008.03.04 23:56:52"
echo date("Y.m.d H:i:s", IPS_GetKernelStartTime());