arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.7k stars 673 forks source link

Add an "all" granularity to humanize #1014

Open MarkKoz opened 3 years ago

MarkKoz commented 3 years ago

Feature Request

Once #997 is implemented, using full precision would become more viable. However, it's currently cumbersome to specify that; it requires a list of all units. Sure, a wrapper can be made to abstract that away, but it'd be convenient to just pass the string "all".

krisfremen commented 3 years ago

I concur, this is a good idea.

@jadchaar @anishnya @systemcatch what is your opinion?

@MarkKoz would you like to give it a go and do a PR?

anishnya commented 3 years ago

I concur, this is a good idea.

@jadchaar @anishnya @systemcatch what is your opinion?

@MarkKoz would you like to give it a go and do a PR?

I agree this is a good idea.

MarkKoz commented 3 years ago

@MarkKoz would you like to give it a go and do a PR?

Sure.

systemcatch commented 3 years ago

Chiming in late but I think this is a really good idea.