Data-Preparation: Lists
The List-class has the fields created_at and edited_at which are of type datetime.datetime.
Those fields must be changed to ISO 8601-datestrings.
This implies that every function using those dates must be updated to handle the datestrings.
Furthermore currently existing Lists must be updated to datestrings instead of datetime-objects.