Getting a weird negative number when trying to compare dates. The expression is DateTimeDiff(GetSystemDateTime(), '2023-10-27T10:00:00', 'd'). I’m in America/Mexico_City so maybe the timezone offset is messing it up? The docs say it should return days difference but it’s giving me -1 instead of 0. Is there a specific format I need for the second argument or do I need to handle the timezone manually in the expression?