We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

APIs/Timezone API
Utilitiesoperational

Timezone API

Query current time in any IANA timezone and convert datetimes between zones. Powered by stdlib zoneinfo — no external time service.

Use cases

Meeting scheduling
Log correlation
Global dashboards
Localised notifications

Endpoints

Base: /api/v1/timezone
MethodPathDescriptionCredits
GET/nowCurrent time in a timezone1
GET/convertConvert datetime between two zones1
GET/listList of IANA timezones1

Code examples

curl
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/timezone/now"

Sample response

json
{
  "tz": "Europe/Istanbul",
  "iso": "2026-07-17T21:30:00+03:00",
  "utc_offset": "+0300",
  "epoch": 1783106400
}

Live playground

No API key required. Rate-limited to 30 req/min per IP.

// Click Run to try the API

Pricing plans

100,000 req · 50 req/s
$200/mo
+ applicable taxes
1,000,000 req · 200 req/s
$500/mo
+ applicable taxes

VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.

Changelog / Status
All systems operational
Live status →