2010-03-20T10:33:22-07
我搜索了高低,但无法正确描述生成此特定格式的术语
import datetime now = datetime.datetime.now() now.strftime('%Y-%m-%dT%H:%M:%S') + ('-%02d' % (now.microsecond / 10000))
这可能导致以下结果:‘2017-09-20T11:52:32-98’