diff --git a/siuba/experimental/datetime.py b/siuba/experimental/datetime.py index f6fc0441..0c291a79 100644 --- a/siuba/experimental/datetime.py +++ b/siuba/experimental/datetime.py @@ -14,16 +14,16 @@ LUBRIDATE_OFFSETS = { "second": "S", - "minute": "M", + "minute": "T", "hour": "H", "day": "D", "week": "W", - "month": "M", - "bimonth": "2M", - "quarter": "Q", + "month": "MS", + "bimonth": "2MS", + "quarter": "QS", "season": None, "halfyear": None, - "year": "Y" + "year": "YS" } # There's no class that clearly identifies all the Datetime op compatible classes,