ServerUnixTime
Qubes 10.0 Returns the server unix time.
Syntax
ServerUnixTime()
Remarks
This is a volatile function whose value changes with every recalculation of the formula of which it is a part.
Use of this formula does not mean its results are updated continuously.
This function returns the UnixTime of the server host, using regular server API calls and local interpolation in between.
This function may temporarily return #TMP! before the first server reply, if the server becomes unreachable or if the client machine just came out of sleep and network connections have not been reestablished yet.
Unix time is a system for counting time in seconds that have elapsed since midnight on January 1, 1970 UTC. It is commonly used in computer science to measure durations or to synchronize clocks between different computer systems.
Example
ServerUnixTime = current unix time of the server