I\'m having an issue selecting dates properly from Postgres - they are being stored in UTC, but not converting with the Date() function properly.
Converting the tim
cast(master.Stamp5DateTime as date) >= '05-05-2019' AND cast(master.Stamp5DateTime as date) <= '05-05-2019'