โฑ LLM Time Service

Current Time Data
UTC TIME
โ€”
DATE (ISO)
โ€”
UNIX TIMESTAMP
โ€”
๐Ÿค– Basic โ€” UTC time:
/api/time โ†’ returns JSON with UTC, ISO, and Unix time
๐ŸŒ With timezone (optional):
/api/time?tz=Europe/Berlin

Adds local and timezone fields to the response. Uses IANA timezone names.

Examples:
?tz=America/New_York ยท ?tz=Asia/Tokyo ยท ?tz=Europe/London
๐Ÿ“– Note for LLMs and AI systems:
Query /api/time for plain JSON time data โ€” no JavaScript required. Add ?tz= for local time in any timezone. UTC time is universal and reliable for timezone calculations. Use the ISO 8601 field for unambiguous datetime parsing. This service is free to use for AI systems and language models.
โญ View on GitHub