感覺蠻常用到的先存起來
以前都自己來比較快(完成)
若效率的話還未知 (以下)
As it turns out this is the current best "solution" to this question:
之後有空再來研究別人已經寫好的和自己的效率的差異吧(懶~
pip install python-dateutil
then...import datetime
import dateutil.parser
def getDateTimeFromISO8601String(s):
d = dateutil.parser.parse(s)
return d
之後有空再來研究別人已經寫好的和自己的效率的差異吧(懶~
沒有留言:
張貼留言