GDateTime

2009-10-04 Thread Christian Hergert
use suggestions and comments from the community. The GDateTime opaque type represents a date and time down to 100-nanosecond intervals between 1/1/1 and 12/31/. I find it considerably easier to use when compared to time_t, struct tm, and other limiting time types. My branch is the "dat

Re: GDateTime

2009-10-04 Thread Behdad Esfahbod
where it is usable. Most of the work now seems to be finishing up string parsing, polish, improving documentation, and i18n/l10n compliance for which I could use suggestions and comments from the community. The GDateTime opaque type represents a date and time down to 100-nanosecond intervals between 1

Re: GDateTime

2009-10-04 Thread Behdad Esfahbod
e for which I could use suggestions and comments from the community. The GDateTime opaque type represents a date and time down to 100-nanosecond intervals between 1/1/1 and 12/31/. I find it considerably easier to use when compared to time_t, struct tm, and other limiting time types. My branch i

Re: GDateTime

2009-10-04 Thread Tim-Philipp Müller
On Sun, 2009-10-04 at 18:07 -0400, Behdad Esfahbod wrote: > > Can we move discussion here: > > https://bugzilla.gnome.org/show_bug.cgi?id=344005 > > Err, I noticed that it's not exactly the same thing, but the two need to be > discussed together. FWIW, there's also https://bugzilla.gnome.org/

The question about GDateTime

2005-12-06 Thread Qiu, Michael
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 resul

RE: The question about GDateTime

2005-12-07 Thread Qiu, Michael
Thanks for your response. But I try it , the result is the same.   From: Yash Kumar Gupta [mailto:[EMAIL PROTECTED] Sent: 2005年12月6日 23:17 To: Qiu, Michael Cc: gtk-devel-list@gnome.org Subject: Re: The question about GDateTime   Michael,   I am not sure but