anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

use a sortable date string format for filtering purposes #182

Closed mcg1969 closed 7 months ago

mcg1969 commented 7 months ago

This modifies the string formatting for date so that less-than/greater-than filtering works properly.

Sorting was already working because the sorting was performed on the underlying datetime object.