GDateTime test: 1970 doesn't exist on Windows
[platform/upstream/glib.git] / glib / tests / gdatetime.c
2011-07-26 Ryan LortieGDateTime test: 1970 doesn't exist on Windows
2011-07-04 Matthias ClasenDisable a failing test
2011-06-06 Matthias ClasenImprove test coverage of gtimezone.c
2011-05-05 Matthias ClasenAdd tests for new GDateTime functionality
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 David SchleefFix %z in g_date_time_format()
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-14 Matthias ClasenImprove test coverage
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-22 Matthias ClasenRemove a test that seems to fail depending on time...
2011-01-17 Ray Strodetests: add format test case for noon hour in 12h mode
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-01 Ryan LortieBug 630077 - GDateTime week number support
2010-09-17 Ryan LortieGDateTime: fix a test that fails from time to time
2010-09-17 Ryan LortieClean-up/tweaking of GDateTime and GTimeZone
2010-09-17 Emmanuele Bassidatetime: Rename g_date_time_printf() to g_date_time_fo...
2010-09-17 Emmanuele Bassidatetime: Update modifiers for DST changes
2010-09-17 Emmanuele Bassidatetime: Allow setting fractionary seconds in new_full()
2010-09-17 Emmanuele Bassidatetime: Rework time zone support in constructors
2010-09-06 Thiago Santosgdatetime: Use proleptic gregorian
2010-08-26 Emmanuele Bassidatetime: Re-use add_dmy()
2010-08-26 Tor LillqvistFix Win32 build
2010-08-25 Emmanuele Bassidatetime: Avoid excessive copies in add_full()
2010-08-25 Emmanuele Bassidatetime: Use %Z for the timezone name
2010-08-24 Thiago SantosAdd GDateTime to GLib