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
The function faker::chrono::raw::Date(EN).fake() generate date with a year zero (e.g. 0000-04-13)
faker::chrono::raw::Date(EN).fake()
0000-04-13
But there is no such thing :)
https://en.wikipedia.org/wiki/Year_zero#:~:text=Historians%20have%20never%20included%20a,without%20an%20intervening%20year%20zero.
The text was updated successfully, but these errors were encountered:
I think it will be fine as long as it is a valid Date value and it do exists in some calendar system
However, there is a year zero in both the astronomical year numbering system (where it coincides with the Julian year 1 BC), and the ISO 8601:2004 system
There is also a year zero in most Buddhist and Hindu calendars.
Sorry, something went wrong.
No branches or pull requests
The function
faker::chrono::raw::Date(EN).fake()
generate date with a year zero (e.g.0000-04-13
)But there is no such thing :)
https://en.wikipedia.org/wiki/Year_zero#:~:text=Historians%20have%20never%20included%20a,without%20an%20intervening%20year%20zero.
The text was updated successfully, but these errors were encountered: