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. Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <servertime/> |
Server time reply After the server time has been requested, this gets sent back in unix timestamp format. Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <servertime value="1244791606937"/> |
XML attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | servertime | value | The server time | UNIX timestamp |
|