Hi, Created bug http://bugzilla.ximian.com/show_bug.cgi?id=72060 about this. Getting the Date from the DateTime returned by Gnome.DateEdit returns wrong date. For example: selecting 2005-01-31 returns 2005-01-30 instead. Patch is attached to the bug. The problems seems to be in glib/Marshaller.cs Without the patch utc_offset is 3599, but should be 3600. /Fredrik