We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following output is incorrect:
frodo ~/Repos/github.com/skx/yal $ ./yal -e "(print (hms))" 7:7:7 frodo ~/Repos/github.com/skx/yal $ ./yal -e "(print (hms))" 7:7:9
The numbers should be zero-padded if only single digits.
The text was updated successfully, but these errors were encountered:
Ensure that (hms) produces a sane output.
f78dc6d
This closes #47, by ensuring that single digit minutes, hours, or seconds are two digits in length.
Successfully merging a pull request may close this issue.
The following output is incorrect:
The numbers should be zero-padded if only single digits.
The text was updated successfully, but these errors were encountered: