Correct the docs for g_time_zone_adjust_time
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jun 2012 14:24:03 +0000 (10:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jun 2012 14:25:24 +0000 (10:25 -0400)
March 13, 2010 is very ordinary.
March 14, 2010 is the special day.

glib/gtimezone.c

index 8195106..e513f3b 100644 (file)
@@ -591,7 +591,7 @@ interval_valid (GTimeZone *tz,
  *
  * This function may, however, modify @time_ in order to deal with
  * non-existent times.  If the non-existent local @time_ of 02:30 were
- * requested on March 13th 2010 in Toronto then this function would
+ * requested on March 14th 2010 in Toronto then this function would
  * adjust @time_ to be 03:00 and return the interval containing the
  * adjusted time.
  *