File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -1056,8 +1056,8 @@ def isoformat(self):
1056
1056
This is 'YYYY-MM-DD'.
1057
1057
1058
1058
References:
1059
- - http ://www.w3.org/TR/NOTE-datetime
1060
- - http ://www.cl.cam.ac.uk/~mgk25/iso-time.html
1059
+ - https ://www.w3.org/TR/NOTE-datetime
1060
+ - https ://www.cl.cam.ac.uk/~mgk25/iso-time.html
1061
1061
"""
1062
1062
return "%04d-%02d-%02d" % (self ._year , self ._month , self ._day )
1063
1063
@@ -1191,7 +1191,7 @@ def isocalendar(self):
1191
1191
The first week is 1; Monday is 1 ... Sunday is 7.
1192
1192
1193
1193
ISO calendar algorithm taken from
1194
- http ://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
1194
+ https ://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
1195
1195
(used with permission)
1196
1196
"""
1197
1197
year = self ._year
You can’t perform that action at this time.
0 commit comments