Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmds] Fix off-by-one bug in getty @t command
The `@T` command, when placed in /etc/issue, displays the current system time. The shuffling of the date string in `when()` had an off-by-one error, which meant that instead of showing `17:42:00`, it showed `77:42:00`
- Loading branch information