Time

Time

GET https://my.elara.services/api/time

Query Parameters

Name
Type
Description

all

boolean

If true it will return all timezones

place

string

Ex: London, PDT, EST

key

string

Your API key

{
    status: true,
    name: "EST",
    place: "America/New_York"
}

Last updated