From 0631e8eae8a9387f327806f54537cfaee5131b5c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Nov 2024 14:50:37 -0500 Subject: Update docs --- docs/moments.md | 4 ++-- 1 file 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 -- cgit v1.2.3