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.
You need the current date or time, the time in a specific timezone, or an exact conversion between zones.
Date arithmetic such as differences or shifts (use datetime).
information
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