| Search internet |
A unixTime request returns the current unix time:

The reply R has form

where p encodes the unix time.
The base page defines a function
which converts the reply R into a structure of form
where m and e are naturals. The return value
from parse-unixTime indicates that
seconds have elapsed according to the Unix clock since the Unix epoch.
Note that
takes the reply R and not the singleton list p as input.
| Search logiweb.eu |