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
Hi. Python's faker lib has future_date
It's just shortcat for getting future time, instead of doing smth like:
time.Now().Add(time.hour * rand())
Don't you mind if I'll make PR?
The text was updated successfully, but these errors were encountered:
If you want to add a pr I would be more than happy to add it. Just make sure it has the examples and benchmarks, lookup and readme.
Sorry, something went wrong.
examples
I think it'd not to so easy, since result of FutureDate depends on current time.
FutureDate
v6.23.0
hound672
Successfully merging a pull request may close this issue.
Hi.
Python's faker lib has future_date
It's just shortcat for getting future time, instead of doing smth like:
Don't you mind if I'll make PR?
The text was updated successfully, but these errors were encountered: