GET api/Performance/GetServerTime
Get server current operating date, time, time-zone
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
ServerDates| Name | Description | Type | Additional information |
|---|---|---|---|
| ServerDate | date |
None. |
|
| TZone | TimeZone |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServerDate": "2025-11-01T18:56:13.9093107+01:00",
"TZone": {
"StandardName": "Central Europe Standard Time",
"DaylightName": "Central Europe Daylight Time"
}
}