We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adcc02 commit 8a1860dCopy full SHA for 8a1860d
docs/docs/modifiers.md
@@ -37,10 +37,10 @@ It returns the middle date between itself and the provided `DateTime` argument.
37
'2019-12-31 23:59:59'
38
39
>>> dt.start_of('century')
40
-'2000-01-01 00:00:00'
+'2001-01-01 00:00:00'
41
42
>>> dt.end_of('century')
43
-'2099-12-31 23:59:59'
+'2100-12-31 23:59:59'
44
45
>>> dt.start_of('week')
46
'2012-01-30 00:00:00'
0 commit comments