From 88e9abec50a746253fb33ff04741e482b51505ce Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 8 Nov 2002 15:19:09 +0000 Subject: fix a comment (e_localtime_with_offset returns the offset in seconds after UTC, not minutes) svn path=/trunk/; revision=18670 --- e-util/e-time-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util') diff --git a/e-util/e-time-utils.c b/e-util/e-time-utils.c index 2161c7addb..fc0f6a2174 100644 --- a/e-util/e-time-utils.c +++ b/e-util/e-time-utils.c @@ -456,7 +456,7 @@ e_mktime_utc (struct tm *tm) return tt; } -/* Like localtime_r(3), but also returns an offset in minutes after UTC. +/* Like localtime_r(3), but also returns an offset in seconds after UTC. (Calling gmtime with tt + offset would generate the same tm) */ void e_localtime_with_offset (time_t tt, struct tm *tm, int *offset) -- cgit v1.2.3