From 4270c51a98b6cc77a8337c6120195be4f620c775 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 4 Sep 2002 19:13:14 +0000 Subject: New. Like mktime(3), but assumes the input time is UTC. * e-time-utils.c (e_mktime_utc): New. Like mktime(3), but assumes the input time is UTC. (e_localtime_with_offset): New. Like localtime_r(3), but also returns an offset from UTC. svn path=/trunk/; revision=17971 --- e-util/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 47b9bf138e..c58ab2ef73 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2002-09-04 Dan Winship + + * e-time-utils.c (e_mktime_utc): New. Like mktime(3), but assumes + the input time is UTC. + (e_localtime_with_offset): New. Like localtime_r(3), but also + returns an offset from UTC. + 2002-08-29 Dan Winship * e-list.c (e_list_destroy): Don't call g_list_foreach with the -- cgit v1.2.3