Is there a fundamental reason for date_round and its siblings forbidding precision = "month"?
This is likely my lack of imagination, but I can't see when rounding a date would be ambiguous. This is especially true for Date types which don't have to worry about entering/leaving summer time or what have you.
I'd absolutely understand if its a matter of implementation, given months' variable durations and leap years, etc.
Is there a fundamental reason for
date_roundand its siblings forbiddingprecision = "month"?This is likely my lack of imagination, but I can't see when rounding a date would be ambiguous. This is especially true for
Datetypes which don't have to worry about entering/leaving summer time or what have you.I'd absolutely understand if its a matter of implementation, given months' variable durations and leap years, etc.