-
Notifications
You must be signed in to change notification settings - Fork 11
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
[PROPOSAL] RandomDate : use "now/currentDate" for minDate or maxDate #186
Comments
Examples : masks:
- add: ""
- randDate:
dateMin: "2022-01-01T00:00:00Z"
dateMax: "now" masks:
- add: ""
- randDate:
dateMin: "now"
dateMax: "2022-12-31T00:00:00Z"
masks:
- add: ""
- randDate:
dateMin: "now - 1"
dateMax: "now +1" |
now is in UTC |
Ok for the "now" value. But "now + 1", ... can be handled with existing masks : |
For long process the |
I think that "now" should be valued only one time for consistency and performance |
For |
In order to reuse automatically the masking and to preserve data consitency. It would be interesting to be able to configure minDate or maxDate with the current date (or currentDate +/-i)
The text was updated successfully, but these errors were encountered: