Correct the docs for g_time_zone_adjust_time

March 13, 2010 is very ordinary.
March 14, 2010 is the special day.
This commit is contained in:
Matthias Clasen 2012-06-11 10:24:03 -04:00
parent f47de7ec2c
commit 6f1c4f7f05

View 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.
*