Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-21 | usr: usr.bin/time -> usr.bin/date | Ian Moffett | |
Change the 'time' binary to be called 'date' as it is more fitting for the type of program it is. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-06-09 | usr.bin: time: Pad hour, min and sec to 2 digits | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-06-08 | usr.bin: Add 'time' command to return current time | Ian Moffett | |
- Add usr.bin/time/ program to read RTC - Add 'time' command to osh Signed-off-by: Ian Moffett <ian@osmora.org> |