Create indexes based on EPOCH time or ISO-8601

Based on what you want to do, what operations you are doing. For example: ISO-8601 can include TZ also and it is string comparable. You can aggregation by year or year-month, year-mothn-day, … just using SUBSTR() or date functions.
epoch time also converted to ISO-8601 If you are doing every document in query it might be overhead.