GET api/DateTime/GetNow

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Now": "2025-06-06T20:38:32.0095216+00:00"
}

application/xml, text/xml

Sample:
<DateTimeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMApi.Controllers">
  <Now>2025-06-06T20:38:32.0095216+00:00</Now>
</DateTimeDTO>