TimeAPI
- Bundle ID: time_api
Get the current time in a specific timezone or by geographic coordinates
Requisites
This bundle does not require any credentials.
Plugins
Get Time by Geographic Coordinates
Get the current time by geographic coordinates
- Plugin ID: time_api/get_time_by_geo_coordinates
Inputs
- latitude: The latitude of the location
- longitude: The longitude of the location
Outputs
- result: The current time by geographic coordinates in json format
Get Time by Timezone
Get the current time in a specific timezone
- Plugin ID: time_api/get_time_by_timezone
Inputs
- timezone: The timezone to get the current time, in full IANA format, e.g. 'America/New_York'
Outputs
- result: The current time in the specified timezone in json format
List Timezones
List all the available IANA timezones
- Plugin ID: time_api/list_timezones
Inputs
This plugin does not require any input.
Outputs
- result: The list of all the available IANA timezones in json format