To sort all I needed to do was: list.sort(key=lambda r:r[0]). This easily sorts the list by datetime which was cool but I wasn't sure what ...
確定! 回上一頁