我从 2011 年开始使用我的备份脚本,完全没有问题。但自 2013 年初以来,我遇到了正确的周数问题。
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.strftime("%W", time.localtime())
'02'
但我们有第 3 周
难道我做错了什么?它一直工作到 2013 年。
谢谢。