Live temporal endpoints should not be cached because they return the current time.
LIVEUTC.AI applies no-store headers to live endpoints and public cache headers to stable documentation pages.
GET https://liveutc.ai/v1/time.json
Intermediate proxies should respect cache headers, but clients should still avoid reusing old live time responses.
Maintainer: IVEON.AI