Python Cheat Sheet: by Via
Python Cheat Sheet: by Via
Python sys Variables Python Class Special Methods Python String Methods (cont)
replace() utcoffset()
isoformat() dst()
__str__() tzname()
strftime(format)
¹ Sunday as start of week. All days in a new year preceding the first
Sunday are considered to be in week 0.
² 0 is Sunday, 6 is Saturday.
³ Monday as start of week. All days in a new year preceding the first
Monday are considered to be in week 0.
⁴ This is not a mistake. Range takes account of leap and double-leap
seconds.