diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-05 03:13:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-05 03:13:14 +0800 |
commit | 4270c51a98b6cc77a8337c6120195be4f620c775 (patch) | |
tree | 25a6812737374a104df1ed6802c487402fe6d8a1 /e-util/ChangeLog | |
parent | b05255308c5033e6c719416253428b6e6856c3e6 (diff) | |
download | gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.tar gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.tar.gz gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.tar.bz2 gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.tar.lz gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.tar.xz gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.tar.zst gsoc2013-evolution-4270c51a98b6cc77a8337c6120195be4f620c775.zip |
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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <danw@ximian.com> * e-list.c (e_list_destroy): Don't call g_list_foreach with the |