Live UTC clock with one-click copy for ISO 8601, RFC 3339, RFC 2822 and Unix time, a device clock-skew check, and get-the-time-now code for 14 languages. Dark, fast, no signup.
I made this a few months back as a fun little project and it has absolutely no utility whatsoever. The server returns the current time in the request's status code — i.e., as long as the time can be mapped to a valid HTTP status code (e.g., 4:04pm -> 404 Not found) the server returns that status code for the request. Example: https://x.com/scottinallcaps/status/1827211120194486597 The httpclock.com domain detects timezone by IP and redirects to the respective subdomain such as pt.httpclock.com (but will fall back to UTC) A browser will show a blank page for most of…