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

Sample:
{
  "ServerDate": "2025-12-10T13:44:35.9406761+01:00",
  "TZone": {
    "StandardName": "Central Europe Standard Time",
    "DaylightName": "Central Europe Daylight Time"
  }
}

text/json

Sample:
{
  "ServerDate": "2025-12-10T13:44:35.956302+01:00",
  "TZone": {
    "StandardName": "Central Europe Standard Time",
    "DaylightName": "Central Europe Daylight Time"
  }
}