Closed digitalec closed 3 years ago
TypeError: '>=' not supported between instances of 'str' and 'datetime.datetime'
Issue is caused by incorrect method being used to convert str to datetime object.
Fixed in 2.5
Issue is caused by incorrect method being used to convert str to datetime object.