aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-29 20:31:03 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-29 20:31:03 -0400
commitd0c015c74a7b1fe479f3c753edd9d35e6c922e62 (patch)
treeb67342315bd446c6c9381e2a1e783444cab704db
parent4ce3f4935765bc0c416db31a69b14e4bff822e6c (diff)
Add extra example
-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
```
---