From 8870aff0a3691ddb58441187f292e712d3f47dc2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 13 Apr 2001 17:29:08 +0000 Subject: Fix the syntactic bogon here, and attempt to fix the logical bogon too. * cal-util/timeutil.c (time_from_isodate): Fix the syntactic bogon here, and attempt to fix the logical bogon too. (tm_gmtoff and timezone have opposite signs... I'm assuming Federico tested the Linux case, so I'm flipping the sign of the BSD case. But maybe he didn't and it's supposed to be the other way...) svn path=/trunk/; revision=9300 --- calendar/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8498890735..75ff2c9228 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2001-04-13 Dan Winship + + * cal-util/timeutil.c (time_from_isodate): Fix the syntactic bogon + here, and attempt to fix the logical bogon too. (tm_gmtoff and + timezone have opposite signs... I'm assuming Federico tested the + Linux case, so I'm flipping the sign of the BSD case. But maybe he + didn't and it's supposed to be the other way...) + 2001-04-12 Federico Mena Quintero * gui/e-day-view.c (update_query): New function to restart a query -- cgit v1.2.3