summaryrefslogtreecommitdiff
path: root/usr.bin/date
AgeCommit message (Collapse)Author
42 hoursusr: date: Allow time-setting by userIan Moffett
If the user believes the system time is off, they may now invoke 'date' with a time string "hh:mm:ss" to write it to the clock. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-21usr.bin: date: Print month and day of the weekIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-21usr: usr.bin/time -> usr.bin/dateIan 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>