Python time formatting different in Windows

后端 未结 3 728
感动是毒
感动是毒 2020-12-05 18:43

I\'m probably missing an obvious platform difference that I should be accommodating but I\'m getting this when trying to do a time format (Python2.7)...

in Linux env

3条回答
  •  离开以前
    2020-12-05 19:30

    I don't see the %T format directive listed in the Python documentation - must not be available/implemented for the Windows platform (I tried with both Python v2.7.3 and 3.2.3 just now)

提交回复
热议问题