분
DATE_TRUNC(arg1: TEXT, arg2: TIMESTAMP) : TIMESTAMP
arg1
SELECT DATE_TRUNC('month', now())::DATE -- '2022-06-01'