Mark L. Pederson
·Building Orbiter.io

Strip time from timestamp

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.

2 replies