A countdown timer daemon

cli systemd timers
1 Open Issue Need Help Last updated: Nov 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes updating the `sand` tool's time formatting to comply with ISO-8601 / RFC-3339 standards. Currently, `sand` uses colons to separate all time elements, including milliseconds (e.g., `12:34:56:789`). The requested change is to use a dot to signify decimal seconds, resulting in a format like `12:34:56.789`.

Complexity: 2/5
enhancement help wanted good first issue

A countdown timer daemon

Rust
#cli#systemd#timers