https://github.com/weakish/unixclock
https://github.com/weakish/unixclock
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weakish/unixclock
- Owner: weakish
- License: 0bsd
- Created: 2024-01-18T16:15:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T13:20:09.000Z (over 2 years ago)
- Last Synced: 2025-01-12T18:11:41.157Z (over 1 year ago)
- Language: CSS
- Size: 533 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unix Clock
A unix time clock powered by Ionic, React, Vite, and Capacitor.
It can be deployed as a PWA, Android app, or iOS app.
I wrote this toy project to learn about Ionic and Capacitor.
## Configuration
This clock uses a hard-coded locale `en-001-u-hc-h23-ca-japanese`.
If other locales are needed, please modify the source code (`src/components/UnixClock.tsx`).
## Inspiration
> techbros be like “we should do things just based on their technical merits”
> but I don’t see any of them changing their legal names to UUIDs or setting their watches to UTC
>
> -- [Kate Temkin](https://social.vivaldi.net/@ktemkin@chaos.social/111726848001314587)
Well, UTC still has the problem of leap seconds.
Unix time is better.