GDateTime test: 1970 doesn't exist on Windows
authorRyan Lortie <desrt@desrt.ca>
Tue, 26 Jul 2011 11:38:04 +0000 (13:38 +0200)
committerRyan Lortie <desrt@desrt.ca>
Tue, 26 Jul 2011 11:38:04 +0000 (13:38 +0200)
commit44e85f73643ca24656aa89906d33a1385dcc87a5
tree18126bcb6d71ed73968127f3524b8acab9b1e908
parentd62d0336b8fb2d3369f02758c20c6ea38bee9464
GDateTime test: 1970 doesn't exist on Windows

It is not safe to call the system library mktime() function on Windows
with a date in the 70s.  Use 1990 instead.
glib/tests/gdatetime.c