summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@fsij.org>2020-02-10 21:41:15 +0900
committerTanaka Akira <akr@fsij.org>2020-02-10 21:41:15 +0900
commit2dea81f47728b9a28831dd91fc14dafcc3d29271 (patch)
tree3035340f3eb3afadffedd67f648adb43809ab30c /time.c
parent2d1cb93d40e45972ace391c5479d8f581501d483 (diff)
Don't refer Date in the document for Time.
Diffstat (limited to 'time.c')
-rw-r--r--time.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/time.c b/time.c
index 61d81e5fa4..2b5d451bfc 100644
--- a/time.c
+++ b/time.c
@@ -5697,8 +5697,9 @@ rb_time_zone_abbreviation(VALUE zone, VALUE time)
/*
* Time is an abstraction of dates and times. Time is stored internally as
- * the number of seconds with fraction since the _Epoch_, January 1, 1970
- * 00:00 UTC. Also see the library module Date. The Time class treats GMT
+ * the number of seconds with fraction since the _Epoch_,
+ * 1970-01-01 00:00:00 UTC.
+ * The Time class treats GMT
* (Greenwich Mean Time) and UTC (Coordinated Universal Time) as equivalent.
* GMT is the older way of referring to these baseline times but persists in
* the names of calls on POSIX systems.