What is the easiest filter to use to transform a timestamp integer into only being a date timestamp -without time?
Example:
two timestamps from same day:
1714752213
1714751909
both get transformed into: 1714750000
is there a filter I can use to just remove last 4 digits - because then I can obviously just multiply.