Chris

Results 65 comments of Chris

This could link in to #360

Since we already require dateutil to be present maybe it could be as simple as making the easter module available from there.

Hi @jhonnattan123 this is a bug with the `M` and `MM` tokens, we will look into fixing it.

Hey @ALee008 not quite. I think you are confusing formatting where this `M` would be valid. Arrow objects always store the month in zero padded form internally.

I get this when building from master. ```shell >>> arrow.get('2000-01-01').humanize(locale='hu_HU', only_distance=True) '18 évvel' ``` Looks like the problem still exists, @nyuszika7h interested in fixing this?

This is worth implementing. @hynek would you be interested in doing this one yourself? By the way your python packaging guide (https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/) was really useful to me a while ago,...

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

@akotha7 I tend to think we should use the `1h 6m` as this seems more consistent to me. I will try to look this over properly in the next few...

Hey @pganssle I had a go at implementing this. ```shell (dateutil) chris@ThinkPad:~/dateutil$ python Python 3.8.3 (default, Jul 7 2020, 18:57:36) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license"...

Hey @jorisvandenbossche I will take a look but I have a feeling that local branch may be gone.