Description
Returns the number of seconds since midnight, January 1, 1900 UTC.
The return value is an integer.
See also and .
Example:
(%i1) absolute_real_time ();
(%o1) 3385045277
(%i2) 1900 + absolute_real_time () / (365.25 * 24 * 3600);
(%o2) 2007.265612087104