diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-time-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |