From db80f3f3abe8beef6ff4e520f9d12c9d40679708 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 14 Dec 2000 04:40:22 +0000 Subject: time_t values *are* in UTC by definition, so the is_utc argument is 2000-12-13 Federico Mena Quintero * src/libical/icaltime.c (icaltime_from_timet): time_t values *are* in UTC by definition, so the is_utc argument is useless. Removed the conversion to UTC and made the icaltimetype.is_utc be TRUE always. This breaks libical's owne internal use of this function, but since we do not use any of the functions that use it that way, we can ignore this. This is basically a temporary measure until libical does the right thing. svn path=/trunk/; revision=6994 --- libical/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libical/ChangeLog') diff --git a/libical/ChangeLog b/libical/ChangeLog index 02731b88cd..d686ba26e7 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,13 @@ +2000-12-13 Federico Mena Quintero + + * src/libical/icaltime.c (icaltime_from_timet): time_t values + *are* in UTC by definition, so the is_utc argument is useless. + Removed the conversion to UTC and made the icaltimetype.is_utc be + TRUE always. This breaks libical's owne internal use of this + function, but since we do not use any of the functions that use it + that way, we can ignore this. This is basically a temporary + measure until libical does the right thing. + 2000-12-12 Eric Busboom * icalparser.c Addedd support for x-parameters. -- cgit v1.2.3