From 39b303c0ee64f9b9b25dcd61d2593e0b7b35cb94 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 12 Apr 2013 05:14:44 -0700 Subject: [PATCH] Updated Lib datetime (markdown) --- Lib-datetime.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib-datetime.md b/Lib-datetime.md index a5c669d..0d95cba 100644 --- a/Lib-datetime.md +++ b/Lib-datetime.md @@ -13,7 +13,7 @@ A library for date and time. * **Standard Time**: the result of synchronizing clocks in different geographical locations within a time zone to the same time. * **Local Time**: a time in the local non-UTC based standard time -See ISO 8601 which relies on IEC 60050-111, IEC 60050-713. +See ISO 8601, which relies on IEC 60050-111, IEC 60050-713. ### Things to be aware of * leap seconds @@ -22,6 +22,7 @@ See ISO 8601 which relies on IEC 60050-111, IEC 60050-713. * network time sources * daylight saving time * eras, e.g. BC/AD + * time zone changes, sometimes on short notice ## 1. Announcement to mailing list