GET api/Performance/GetServerTime

Get server current operating date, time, time-zone

Request Information

URI Parameters

NameDescriptionTypeAdditional information
api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

ServerDates
NameDescriptionTypeAdditional information
ServerDate

date

None.

TZone

TimeZone

None.

Response Formats

application/json, text/json

Sample:
{
  "ServerDate": "2024-05-08T12:03:43.0977425+02:00",
  "TZone": {
    "StandardName": "Central Europe Standard Time",
    "DaylightName": "Central Europe Daylight Time"
  }
}