Hi, I'm using a Data Warehouse API for another website. I'm looking to
find the right format for date queries so I can pull data from 'Start of
Current Month' and data from 'Last Full Week'. I currently have the
below:"dateTo": "{date.tz('GMT+10:00').today}", which I know pulls
today's data.Thank you!