Conversation
|
I went on a rant about this inconsistency a while back. Not sure where that is but there's probably more than just what this PR does. Like, should |
i agree with this rant of yours, imo, as we only manipulate datetimes we should have maybe the only one that might lead to some friction is the |
|
maybe we can go ahead with this PR which is a baby step in the direction of removing the inconsistency? 😋 |
Nope, if the goal is consistency (at least in the user facing side) then a half baked PR is not the right thing to do. You also missed Everything that deals with the type/data representation and command names currently uses date. The odd one out is the parsing side with |
|
Thanks for proposing the PR. I think it's too old. And renaming this requires a larger change |
Description
i think we wanted the "date + time" type to be called "datetime" but i stumbled upon
but
date nowis clearly a datetimeUser-Facing Changes
Tests + Formatting
After Submitting