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.
IT Flex - SES team
iNet: 8-758-1960