Filter Table using Date Time

Options

Any tips on how to filter records based on a date-time stamp in one of the fields?

I have a table collecting logs and one field includes a date-time stamp in utc format ("2020-04-28T19:15:28.426Z"). The goal is to get all the records that were added in the last 24 hours.
I've tried using a combination of first adjusting a date-time value where I adjust the run-start-date by -24 hours and then applying that output into an advanced formula "column[2] > {{time-adjust}}".

However my filter is producing zero records even though there is data in the table from the last 24 hours. I suspect the problem is that the date time format from my time adjust isn't the same as the utc format in my logs table. Any tips on how I can make sure my filter formula works correctly?

Best Answers

Answers