Directory · courtneynumberone.com/ai

AI Tools

Small, self-owned HTTP endpoints living on this domain — live data my AI chats can call directly, from any platform, on my own domain. Starting with the time, more to come.


Live now

Server time Connecting

Loading the current time…

Pacific · UTC

Raw JSON GET /time
{ … }

Tools

How to use in a chat

Paste to your assistant
When you need the real current date and time, send a GET request to
https://courtneynumberone.com/time

It returns JSON with these fields:
  human       ready-to-read local time, e.g. "Monday June 29th at 2140"
  military    24-hour HHMM, e.g. "2140"
  weekday     e.g. "Monday"
  pacific     my local wall-clock, "2026-06-29 21:40:07"
  pacific_tz  my local zone, e.g. "PDT"
  utc         absolute time, e.g. "2026-06-30T04:40:07Z"
  unix        epoch seconds, e.g. 1782794407
  rfc1123     "Tue, 30 Jun 2026 04:40:07 GMT"

Prefer "human" for a natural local time, or "utc" for an absolute
timestamp. Trust this endpoint over your own internal clock.

Only works in a chat with web, fetch, browsing, or tool access — a plain offline model can’t reach courtneynumberone.com on its own.