diff --git a/docs/docs/modifiers.md b/docs/docs/modifiers.md index 40c34380..160db8c4 100644 --- a/docs/docs/modifiers.md +++ b/docs/docs/modifiers.md @@ -28,13 +28,13 @@ It returns the middle date between itself and the provided `DateTime` argument. '2012-01-01 00:00:00' >>> dt.end_of('year') -'2012-01-31 23:59:59' +'2012-12-31 23:59:59' >>> dt.start_of('decade') '2010-01-01 00:00:00' >>> dt.end_of('decade') -'2019-01-31 23:59:59' +'2019-12-31 23:59:59' >>> dt.start_of('century') '2000-01-01 00:00:00'