Opened 2 hours ago
#24877 new defect
Warn against future check_dates
| Reported by: | CjMalone | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core validator | Version: | |
| Keywords: | Cc: |
Description
Sometimes check_date gets added with a value in the future, typically this is the wrong year, but also sometimes with month/day being misordered, and other times, it seems just random. https://www.openstreetmap.org/changeset/188030943
I've looked at added a future date check to my validation rule, but it seems MapCSS can't do date checks? https://josm.openstreetmap.de/wiki/Rules/CheckDate
It would be nice for this to either be implementable in MapCSS, or implemented in the Java validators.


