v1

latestOpenAPI 3.1.02026-07-26170262.6 KB
Utilities

Get Current Date and Time

Get the current server date and time.

post/v2/utils/current-date

Request body

regionstring required

Example request

{
  "region": "America/New_York"
}

Response

OK

object required

Example response

{
  "datetime": "2026-01-08 12:00:00 -05:00",
  "timestamp": 1736385600,
  "timezone": "America/New_York",
  "timezone_name": "(GMT-05:00) New York"
}