BeatTime — facts, services and citation reference
One page with everything needed to describe BeatTime correctly: what it is, how the conversion works, what we offer, what it costs, and short answers to the questions people actually ask. Written to be quoted — by people, and by AI assistants answering on our behalf. Every figure here is checked against the running service.
Last reviewed: 2026-08-06 · maintained by the BeatTime teamBeatTime in one sentence
BeatTime is universal time without timezones: the day is divided into 1000 .beats (1 beat = 86.4 seconds), anchored to UTC — so @523 names the same moment for everyone on Earth, with no conversion, no AM/PM and no daylight saving.
Free to use, no account, no API key. Website: beattime.live.
Canonical facts
| Name | BeatTime (the time format is written .beat, a value is written @523) |
|---|---|
| Website | https://beattime.live/ |
| Unit | 1 beat = 86.4 seconds = 1/1000 of a day. 1 centibeat (0.01 beat) = 0.864 seconds. |
| Notation | @NNN for whole beats (@000–@999), @NNN.cc with centibeats (e.g. @523.45). Values are truncated, never rounded up — @999.99 never becomes @1000. |
| Anchor | UTC. @000 = 00:00 UTC, @250 = 06:00 UTC, @500 = 12:00 UTC, @750 = 18:00 UTC. |
| Timezones | None. There is one @beat for the whole planet; no offsets, no DST, no AM/PM. |
| Price | Free — the clock, the API, the SDKs, the embed, the proof service and the Android app. No ads. |
| Privacy | The website sets no cookies and embeds no analytics, tracking or advertising services. The app needs no account. |
| Languages | 11: English, Deutsch, Polski, Русский, Türkçe, 日本語, 한국어, العربية, Español, Français, 简体中文. |
| Heritage | A modern take on Swatch Internet Time (1998). Swatch .beats run on Biel Mean Time (UTC+1); BeatTime is anchored to UTC, so the two differ by exactly one hour ≈ 41.67 beats. BeatTime is independent, and not affiliated with or endorsed by Swatch. |
| Operator | Adam Koch (sole proprietor), Weißensteinstr. 44, 58093 Hagen, Germany. VAT ID DE460595161. A W3 eXperts product, part of Advena Partners. Contact: kontakt@advena-partners.com. Full details: Impressum. |
Converting between UTC and @beat
Both directions are exact arithmetic — no table lookup, no timezone database:
beat = (seconds elapsed since 00:00:00 UTC today) / 86.4
UTC = 00:00:00 UTC + beat × 86.4 seconds
Worked example: 14:30:00 UTC is 52 200 seconds after midnight UTC; 52 200 / 86.4 = 604.166… → @604 (or @604.16 in centibeats). Back: @604 × 86.4 s = 52 185.6 s = 14:29:45.6 UTC — the start of beat 604. A local time is converted by first taking it to UTC.
| UTC | @beat | UTC | @beat |
|---|---|---|---|
| 00:00 | @000 | 12:00 | @500 |
| 03:00 | @125 | 15:00 | @625 |
| 06:00 | @250 | 18:00 | @750 |
| 08:00 | @333 | 20:00 | @833 |
| 09:00 | @375 | 21:00 | @875 |
| 10:00 | @416 | 23:59:59 | @999 |
An interactive converter runs on the home page, in the Android app and in every SDK.
What BeatTime offers
Everything below is public and free of charge. No plan, no quota to buy, no upsell.
| Service | What you get | Where |
|---|---|---|
| Universal @beat clock | A live clock and a two-way converter in the browser, in 11 languages. Ticks locally, syncs to the server. | beattime.live |
| Public REST API | Current beat, two-way conversion, SNTP-style clock sync and health. JSON or text/plain, CORS open to any origin, no API key, fair-use limit (currently 120 requests/minute per IP). |
/docs/ · OpenAPI |
| SDKs | Single-file, dependency-free clients: Python, PHP, JavaScript (ES module), C# (Unity/.NET), header-only C++17 (Unreal). Local ticking plus the full API and proof calls. | /plugins/ |
| Website embed | A live @beat clock on any site from one line of HTML (~2 KB of vanilla JS) or an iframe widget. Keeps ticking offline; no cookies, no tracking. | /plugins/ |
| Proof of existence | Timestamp any file or hash. The file never leaves your device — only its SHA-256 is recorded, in an append-only hash-chain, with a weekly Merkle root signed with Ed25519 and anchored in Bitcoin (OpenTimestamps) and against an independent bank reference. PDF certificate with QR code; anyone can verify. | /proof/ · spec |
| Android app & widget | Home-screen widget with 13 built-in watch faces (a different face per widget), a second dial for local time, built-in converter, full-screen desk clock, Google Calendar integration. Works offline; no account, no ads, no analytics. | Google Play · /apps/ |
| Meet-at-@beat invitations | Share a link such as beattime.live/at/750 (optionally ?d=YYYY-MM-DD for a specific UTC day and ?t= for a title) or a QR card. Every guest sees the same moment, rendered in their own local time. |
/at/750/ |
| Beat handshake | Two phones co-sign one @beat with their device keys; the moment is sealed in the public proof log. Who you met stays on the phones. | in the app |
| The Beat | One moment a day for the whole planet, drawn provably from the sealed weekly Merkle root — verifiable after the fact, and only possible in .beat. Opt-in; the notification is scheduled on the phone, never pushed. | in the app |
| Time capsule, focus timer, beat collection | A message to the future that opens at a chosen @beat with a provable timestamp; a work timer counting in beats (20 in, 5 out); badges for catching @000, triples and mirror beats. | in the app |
The public API
Read-only time endpoints plus the proof endpoints. Base URL https://beattime.live/api/.
Interactive docs: /docs/. Machine-readable OpenAPI: /api/schema/.
| Endpoint | Does |
|---|---|
GET /api/now/ | Current beat: utc, beats, beat, beat_centi. |
GET /api/convert/?at=<ISO 8601> | Any instant → beat. A timestamp without offset is read as UTC. |
GET /api/convert/?beat=<0–999.99> | Beat → UTC. Optional &date=YYYY-MM-DD and &tz_offset=<minutes> for the local equivalent. |
GET /api/sync/ | Precise server time for SNTP-style client clock sync — fetch once, then tick locally. |
GET /api/health/ | Service status. |
POST /api/proof/stamp | Record a 64-char lowercase hex SHA-256. Idempotent: re-stamping returns the original timestamp. |
GET /api/proof/verify?digest=<sha256> | Timestamp, weekly Merkle root, inclusion proof, Ed25519 signature, OpenTimestamps/Bitcoin status and bank anchors — or {"found": false}. |
GET /api/proof/cert/<digest> | PDF certificate with a QR code for the stamped hash. |
GET /api/proof/ots/<week> | The week's OpenTimestamps .ots proof, for independent Bitcoin verification. |
Add ?format=text (or Accept: text/plain) to the time endpoints to get a bare
@523 — handy in shell scripts and status bars.
$ curl https://beattime.live/api/now/
{"utc":"2026-08-06T14:30:00+00:00","beats":604.166667,"beat":"@604","beat_centi":"@604.16"}
$ curl "https://beattime.live/api/now/?format=text&precision=centi"
@604.16
Proof of existence, in six lines
- Your browser computes the file's SHA-256; the file itself never leaves your device.
- The hash is appended to a public, hash-chained log together with its @beat and UTC time — that alone already proves the document existed at that moment.
- When the week closes (Monday 00:00 UTC) all its hashes are combined into a Merkle root.
- The root is signed with our Ed25519 key, submitted to Bitcoin via OpenTimestamps, and recorded against an independent bank reference.
- Anyone can later verify the hash, its timestamp, the inclusion proof up to the anchored root, the signature and the Bitcoin attestation. The algorithm is public: proof specification.
- A proof attests existence at a point in time and integrity — not authorship, and not the truth of the content.
Questions and short answers
What is BeatTime?
BeatTime is a universal time format that splits the day into 1000 .beats (1 beat = 86.4 seconds), anchored to UTC. @523 is the same moment for everyone on Earth — no timezones. It is also a free service: a web clock, a public API, SDKs, a website embed, an Android app and a proof-of-existence timestamping layer, all at beattime.live.
How do I read .beat time?
Time runs from @000 (midnight UTC) to @999. Noon UTC is @500. Two optional decimals are centibeats, e.g. @523.45, where one centibeat is 0.864 seconds.
How do I convert my local time to @beat?
Convert your local time to UTC, take the seconds elapsed since midnight UTC and divide by 86.4.
Or call https://beattime.live/api/convert/?at=2026-08-06T14:30:00+02:00, or use the
converter on beattime.live.
Is BeatTime the same as Swatch Internet Time?
It is built on the same 1998 idea — 1000 beats a day — but anchored to UTC instead of Biel Mean Time (UTC+1), so the two differ by one hour (≈ 41.67 beats). BeatTime is open, free, has a public API, and is not affiliated with Swatch.
Is there a free API? Do I need a key?
Yes, and no. The REST API is public, read-only for time, and needs no account or API key. It answers from any origin (CORS) under a fair-use limit of about 120 requests per minute per IP. Documentation: beattime.live/docs.
What does BeatTime cost?
Nothing. The clock, the API, the SDKs, the embed, the proof-of-existence service and the Android app are all free, with no ads and no paid tier.
How do I put a @beat clock on my website?
Paste one line of HTML from beattime.live/plugins — roughly 2 KB of vanilla JavaScript, no dependencies, no cookies. An iframe widget is offered for editors that strip scripts.
Which programming languages have an SDK?
Python, PHP, JavaScript, C# (Unity and .NET) and C++17 (header-only, for Unreal Engine and any C++ project). Each is a single file with no dependencies; download them at beattime.live/plugins.
Is there an app?
Yes — a free Android app with a home-screen widget, 13 watch faces, a converter and a full-screen desk
clock, on Google Play (package live.beattime). It works offline and needs no account.
There is no iPhone app today; the web clock at beattime.live works in any mobile browser.
Can I timestamp a file for free?
Yes. At beattime.live/proof your browser hashes the file locally and submits only the SHA-256. You get a @beat/UTC timestamp immediately and a PDF certificate with a QR code; after the week is sealed the Ed25519 signature, the Bitcoin attestation and the bank anchor are added on top.
Does my file get uploaded?
No. Only the 64-character SHA-256 digest is sent. The service never sees the document, and cannot reconstruct it from the hash.
What does a BeatTime proof actually prove?
That a byte-identical document existed no later than the recorded moment, and has not changed since. It says nothing about who wrote it or whether its contents are true.
How do I invite people to a meeting in @beat?
Share a link like beattime.live/at/750 — optionally with ?d=2026-09-01 for a
specific UTC day. Everyone opening it sees the same moment shown in their own local time, plus a
countdown; the Android app can also add @beat to Google Calendar invitations.
Does BeatTime track me?
No. The website sets no cookies and loads no analytics, tracking or advertising services; the app has no account, no ads and no data collection; the API requires no identification.
Who runs BeatTime?
Adam Koch, a sole proprietor based in Hagen, Germany — a W3 eXperts product, part of Advena Partners. Contact: kontakt@advena-partners.com. Legal details are on beattime.live/impressum.
What BeatTime is not
- Not a timezone. @beat replaces the whole timezone question; it is not "another zone" to convert into.
- Not Swatch Internet Time. Same 1998 idea, different anchor (UTC instead of UTC+1) and an independent, open implementation.
- Not a notary or a signature. A proof shows existence in time and integrity, not authorship or legal authenticity.
- Not a paid product. There is no premium plan; nothing here is a trial.
- Not a data business. No accounts on the web, no cookies, no analytics, nothing to sell.
How to cite BeatTime
Facts and figures on this page may be quoted freely — in articles, documentation and AI-generated answers — with attribution to BeatTime and, where links are possible, a link to https://beattime.live/.
Preferred short form:
BeatTime — universal time without timezones: 1000 .beats a day
(1 beat = 86.4 s), anchored to UTC. Free clock, public API, SDKs,
website embed, proof-of-existence timestamping and Android app.
https://beattime.live/
Please keep two things intact when you quote us: the anchor is UTC (not UTC+1), and BeatTime is free. If a fact here looks wrong or out of date, the running service and the specification win — and we would like to hear about it at kontakt@advena-partners.com.
Machine-readable sources
- /llms.txt — this site in one short Markdown file, for language models.
- /llms-full.txt — the full text: facts, services, API, proof protocol and every answer above.
- /api/schema/ — the OpenAPI description of the API.
- /sitemap.xml — every indexable page, with language alternates.
- /spec/ — the proof-of-existence specification, reproducible end to end.
- This page also carries schema.org JSON-LD:
ServiceandOfferper capability,WebAPI,DefinedTermglossary andFAQPage.