Events
A countdown is a promise about time.
People use a public countdown to decide when to return, whether to add an event to their calendar, and where to go when it starts. A trustworthy countdown makes those decisions unambiguous.
Store one instant, display local time
The creator should choose a real date and time once. The system stores that moment in a universal form, while each visitor sees it in their own local time. Avoid putting a bare time such as “8:00” in the title; it can contradict the localized clock.
Use three honest states
Before the event, show the remaining time and calendar action. During the event, show a visible destination and its hostname. After the event, say that it ended and point to a replay or result only when one exists. Never restart a real deadline for each visitor.
Keep public details intentionally public
A shared event title and destination can be opened by anyone who receives the link. Do not include private meeting passwords, personal phone numbers, unpublished customer information, or access tokens. For private events, use the access controls of the destination platform.
Make the destination legible
Silent redirects hide where a visitor is going and make abuse easier. Showing the destination hostname beside the action gives the visitor a useful safety check. It also makes a changed or mistyped link easier for the organizer to spot before sharing.