Get timestamp

GET /closeAPI/api/close/common/timestamp

Responses

GET /closeAPI/api/close/common/timestamp
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/common/timestamp'
Response examples (200)
{
  "time": "2025-05-04T09:42:00Z",
  "timezone": {
    "id": "string",
    "rules": {
      "fixedOffset": true,
      "transitions": [
        {
          "offsetBefore": {
            "totalSeconds": 42,
            "id": "string"
          },
          "offsetAfter": {
            "totalSeconds": 42,
            "id": "string"
          },
          "duration": {
            "seconds": 42,
            "zero": true,
            "nano": 42,
            "negative": true,
            "positive": true,
            "units": [
              {
                "durationEstimated": true,
                "timeBased": true,
                "dateBased": true
              }
            ]
          },
          "gap": true,
          "dateTimeAfter": "2025-05-04T09:42:00Z",
          "dateTimeBefore": "2025-05-04T09:42:00Z",
          "instant": "2025-05-04T09:42:00Z",
          "overlap": true
        }
      ],
      "transitionRules": [
        {
          "month": "JANUARY",
          "timeDefinition": "UTC",
          "standardOffset": {
            "totalSeconds": 42,
            "id": "string"
          },
          "offsetBefore": {
            "totalSeconds": 42,
            "id": "string"
          },
          "offsetAfter": {
            "totalSeconds": 42,
            "id": "string"
          },
          "dayOfWeek": "MONDAY",
          "dayOfMonthIndicator": 42,
          "localTime": {
            "hour": 42,
            "minute": 42,
            "second": 42,
            "nano": 42
          },
          "midnightEndOfDay": true
        }
      ]
    }
  },
  "locale": "string"
}