[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
The question about GDateTime
- From: "Qiu, Michael" <michael qiu intel com>
- To: <gtk-devel-list gnome org>
- Subject: The question about GDateTime
- Date: Wed, 7 Dec 2005 02:11:16 +0800
Title: The question about GDateTime
I’ve written an application using g_date_set_time, but I encountered a strange issue.
My program is below:
g_date_set_time(&gdate, 112300);
But in IA32, I got the result: gdate.day = 14, gdate.month = 1, gdate.year = 1970
But in IA64, the result is gdate.day = 13, gdate.month = 1, gdate.year = 1970
I don’t know why it is.
Best wishes,
IT Flex - SES team
iNet: 8-758-1960
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]