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
Instead of standard YYYY-MM-DD, it would be nice to let user pass an option for the format of date.
For instance -f "%a, %d %b %Y %z" would print something like Mon, 26 Jul 2021 -0700 [PM]
-f "%a, %d %b %Y %z"
Mon, 26 Jul 2021 -0700 [PM]
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, I will work on it later this week.
Sorry, something went wrong.
valebes
No branches or pull requests
Instead of standard YYYY-MM-DD, it would be nice to let user pass an option for the format of date.
For instance
-f "%a, %d %b %Y %z"
would print something likeMon, 26 Jul 2021 -0700 [PM]
The text was updated successfully, but these errors were encountered: