-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
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
DateOnly
has current date return 'today'
#1186
Comments
I agree. Just for completeness:
Should this also be "one month from today" instead? The precision is the same as "now" vs. "today". |
I'm new to contributing to this repository. I found
It seems to me DateOnly needs its algorithm.
|
Is anyone already looking into this? If not, I'd be willing to have a go at it. |
Can I help you? I want to learn and know what happened inside of Humanizer. |
Is anyone already looking into this? Can I try to fix it? Please assign issue |
I looked at the issue briefly back in March... but my branch has become stale since then. As far as I'm concerned, you can go ahead. 😉 |
Hello, is this fixed or still open? |
I think you can start and implement a new pull request. In addition, you can use this pull request experience. |
This reverts commit 8cb1ba5.
…r time periods
My first time contributing to a github project, let me know if there is anything else I should do. |
…r time periods
fixes Humanizr#1186 replacing 'now' with 'today' for all day Updated Failing Tests
Finally completed a PR that passed. Hopefully, this is acceptable and can be merged |
@ AJacksonCT if you still want this approach, can you re submit as an opt in approach |
When you want to humanize the
DateOnly
that has current date return 'now'.it's better to return 'today'. 'now' Word referee current date and time but 'today' referee only current dateThe text was updated successfully, but these errors were encountered: