For the complete documentation index, see llms.txt. This page is also available as Markdown.

Server Time

Client systems can request the server time. Please note that this is optional, client systems are not required to synchronize their time with the server.

XML example

<servertime/>

Server time reply After the server time has been requested, this gets sent back in unix timestamp format.

XML example

<servertime value="1244791606937"/>

XML attributes definition

Element
Attributes
Description
Possible values

servertime

value

The server time

UNIX timestamp

Last updated

Was this helpful?