📅  最后修改于: 2022-03-11 14:54:03.455000             🧑  作者: Mango
FYI: there's a list of constants with predefined formats on the DateTime object, for example instead of outputting ISO 8601 dates with:
or
You can use
instead, which is much easier to read.