decimal-clock
Decimal Time System
An implementation of decimal time, allowing more straightforward interpretation and conversion of timestamps
1 day = 10 decimal hours, 1 decimal hour = 100 decimal minutes, 1 decimal minute = 100 decimal seconds
19 stars
0 watching
14 forks
Language: HTML
last commit: about 2 years ago decimal-clockframeworksfrontend-frameworkjavascript
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/to-milliseconds | Converts time units to milliseconds | 158 |
zkerhcy/digital-clock-vue | A Vue.js component that displays a digital clock with customizable colors and seconds display options. | 10 |
ericmj/decimal | A library for precise decimal arithmetic with support for context-dependent precision and rounding | 466 |
xorg62/tty-clock | A clock application built using lib ncurses in C | 898 |
timruffles/periods | Defines constant time periods in milliseconds as functions to prevent errors and simplify calculations. | 1 |
jdgwarren/pirsclockfull | A Raspberry Pi-based digital clock with studio indicators and customizable display settings. | 20 |
zpm-zsh/pretty-time | Converts seconds into a human-readable format | 1 |
hako/durafmt | A Go library for parsing and formatting time durations into human-readable strings | 496 |
pughpugh/react-countdown-clock | A React component that displays a countdown clock on an HTML5 canvas | 187 |
juancarlospaco/nim-datetime2human | Tools to convert date and time to human-readable format with precision from seconds to millenniums | 8 |
ptdewey/pendulum-nvim | Tracks time spent coding in Neovim with automatic logging and customizable reporting | 67 |
wavebitscientific/datetime-fortran | Provides a modern Fortran API for date and time manipulation | 137 |
sindresorhus/pretty-ms | Converts milliseconds to a human-readable string in various formats and units. | 1,125 |
davebryson/elixir_milliseconds | Converts between milliseconds and human-readable time units, used in Elixir applications. | 2 |
jonschlinkert/time-stamp | A utility library to format timestamps in various ways. | 111 |