aboutsummaryrefslogtreecommitdiff
path: root/docs/datetime.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/datetime.md')
-rw-r--r--docs/datetime.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/datetime.md b/docs/datetime.md
index 9906fc9e..e62a8a2b 100644
--- a/docs/datetime.md
+++ b/docs/datetime.md
@@ -279,6 +279,10 @@ integer, an error will be raised.
```markdown
>> DateTime.new(2024, 9, 29)
= Mon Sep 30 00:00:00 2024
+
+# March 1642, 2020:
+>> DateTime(2020, 4, 1643)
+= Sat Sep 28 00:00:00 2024
```
---