GET api/Performance/GetServerTime
Get server current operating date, time, time-zone
Request Information
URI Parameters
None.
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": "2026-03-10T06:49:09.9404544+01:00",
"TZone": {
"StandardName": "Central Europe Standard Time",
"DaylightName": "Central Europe Daylight Time"
}
}