diff options
author | JP Rosevear <jpr@ximian.com> | 2002-08-22 23:39:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-08-22 23:39:41 +0800 |
commit | 51e6a4e0ac56d46cf977d7f0e61f88e4c5134c22 (patch) | |
tree | c7dee70cb0bae987ae2b9b38b54f26ed546a6a00 /e-util/ChangeLog | |
parent | fbe9e89258e82a7537b18c7b08858e550abcd24d (diff) | |
download | gsoc2013-evolution-51e6a4e0ac56d46cf977d7f0e61f88e4c5134c22.tar.gz gsoc2013-evolution-51e6a4e0ac56d46cf977d7f0e61f88e4c5134c22.tar.zst gsoc2013-evolution-51e6a4e0ac56d46cf977d7f0e61f88e4c5134c22.zip |
if the year was two digits, add the current century
2002-08-22 JP Rosevear <jpr@ximian.com>
* e-time-utils.c (e_time_parse_date): if the year was two digits,
add the current century
svn path=/trunk/; revision=17833
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 26e78fb47f..bab1aff790 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2002-08-22 JP Rosevear <jpr@ximian.com> + + * e-time-utils.c (e_time_parse_date): if the year was two digits, + add the current century + 2002-08-16 Rodrigo Moya <rodrigo@ximian.com> * e-config-listener.[ch]: new class for config database access and |