← All skills

Timezone Tools

Free

Models get the current date, time-zone math, and DST wrong; this returns the exact current date and time, offset, and conversions for any zone.

Time

Gives the current date and time (in UTC or any timezone), converts times between timezones, and looks up timezone details like UTC offset and daylight saving status. Runs locally with no charge.

Use when

You need the current date or time, the time in a specific timezone, or an exact conversion between zones.

Not for

Date arithmetic such as differences or shifts (use datetime).

What you can do

  • Get the current date and time (UTC by default, or in a given timezone).
  • Convert a date and time from one timezone to another.
  • Describe a timezone, including its UTC offset and whether daylight saving is in effect.
  • List available timezone names, optionally filtered by a search term.

What you get back

information

Run it

Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.

curl -X POST "https://skill.askfaro.com/skills/timezone/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"What day is it today?"}}'

Example requests

  • What day is it today?
  • What's today's date?
  • What time is it right now in Tokyo?
  • Convert 3pm New York time to London time