aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-17 14:50:37 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-17 14:50:37 -0500
commit0631e8eae8a9387f327806f54537cfaee5131b5c (patch)
tree6d28700a2e2e474305bfe200406aa3f280d5e4d1
parent4231789b71bb42c4ab04e125f98fe5eb3cf030b6 (diff)
Update docs
-rw-r--r--docs/moments.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/moments.md b/docs/moments.md
index 1c3900c4..58643eb6 100644
--- a/docs/moments.md
+++ b/docs/moments.md
@@ -6,8 +6,8 @@ represent a locale-specific time with a timezone. A Moment object is internally
represented using a UNIX timestamp in seconds and a number of nanoseconds to
represent sub-second times (in C, the equivalent of `struct timeval`). Moment
values do not represent calendar dates or clock times, they represent an exact
-moment in time, such as the moment when a file was last modified on the
-filesystem or the current moment (`Moment.now()`).
+nanosecond-long sliver of time, such as the moment when a file was last
+modified on the filesystem or the current moment (`Moment.now()`).
⚠️⚠️⚠️ **WARNING** ⚠️⚠️⚠️ Dates and times are deeply counterintuitive and you should
be extremely cautious when writing code that deals with dates and times. Effort