Skip to main content
POST
Get Current Date and Time
Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
Cost: no cost
Get the current date and time in a given timezone.
The timezone is specified in the region parameter. The timezone must be a valid timezone string. You can find the list of valid timezone strings here.

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
region
string
required
Example:

"America/New_York"

Response

OK

The response is of type object.