I have several thousand objects with a string property in the format of "yyyy-MM-ddTHH:mm:ssZ"
. I want to sort these objects by time.
Are there any useful packages or scripts for this?
(Currently I'm just comparing individual numeric values and it seems it's not very efficient and neat.)