Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/c03/p12_convert_days_to_seconds_and_others.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
----------
讨论
----------
对大多数基本的日期和时间处理问题, ``datetime`` 模块以及足够了
对大多数基本的日期和时间处理问题, ``datetime`` 模块已经足够了
如果你需要执行更加复杂的日期操作,比如处理时区,模糊时间范围,节假日计算等等,
可以考虑使用 `dateutil模块 <http://pypi.python.org/pypi/python-dateutil>`_

Expand Down