Node:set-connection-time-format, Next:local-to-global-reverse, Previous:set-scheduling, Up:Protocol Requests
set-connection-time-format [120] ( use-utc : BOOL ) -> ( );
This call specifies how Time
values are sent over the
protocol. By default, they are sent in the local time zone of the
server. If use-utc
is 1, they will instead be sent using UTC.
This affects both times sent from the server to the client, and from the client to the server.
Please note that there is a race condition. The time contained in any
asynchronous message received after sending a
set-connection-time-format
request and before getting the reply
may have been sent using either the old or the new setting. You
should not trust them.
bad-bool
use-utc
must be either 0
or 1
.