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
In [52]: humanfriendly.format_timespan(2576) Out[52]: '42 minutes and 56 seconds'
it would be great if an abbreviated=True argument was present to produce:
abbreviated=True
In [52]: humanfriendly.format_timespan(2576, abbreviated=True) Out[52]: '42m 56s'
parse_timespan accepts that shortened version already.
parse_timespan
thanks!
The text was updated successfully, but these errors were encountered:
That would be format_timestamp. I'd like to have this too.
format_timestamp
Sorry, something went wrong.
No branches or pull requests
it would be great if an
abbreviated=True
argument was present to produce:parse_timespan
accepts that shortened version already.thanks!
The text was updated successfully, but these errors were encountered: