We want to do operations for event properties of date type. For example filtering by events with date-type event property that are more than a year ago (we use such properties for date-based filters for example).
So far were were sending data in format of “YYYY-MM-DD” and Amplitude sees it as a string and doesn’t allow comparison operations.
What format should I use, will changing to “YYYY-MM-DDTHH:mm:ss” help?
Thanks!