From 4f0ef128480e7d42c74aa34ea31c3ffa8d4b2516 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 2 Sep 2013 08:39:19 -0400 Subject: [PATCH] clarification about time zones --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 624887f..23d353d 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ which returns a slice of time.Time objects, containing the following time stamps 2028-02-29 00:00:00 2032-02-29 00:00:00 +The time zone of time values returned by `Next` and `NextN` is always the +time zone of the time value passed as argument, unless zero time value is +returned. + API ---