6
有什麼區別?使用datetime_safe
更安全嗎?我找不到這個課程的任何文檔。什麼是django.utils.datetime_safe,我應該用它來代替標準的日期時間嗎?
有什麼區別?使用datetime_safe
更安全嗎?我找不到這個課程的任何文檔。什麼是django.utils.datetime_safe,我應該用它來代替標準的日期時間嗎?
的差在源代碼中注意到datetime_safe
:
# Python's datetime strftime doesn't handle dates before 1900.
# These classes override date and datetime to support the formatting of a date
# through its full "proleptic Gregorian" date range.
咦。