I have a regex expression which checks for the valid date and timezone format but when I tried to use it in Katalon, I get unexpected errors about using the slases:
^\d\d([-/])\d\d\1\d{4} \d\d:\d\d [AP]M ET$
Here's an example of the regex that seems to be working in here: https://regex101.com/r/nZC9PB/1