Added support for category element, which is required
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 6 Jan 2009 23:09:51 +0000 (21:09 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 6 Jan 2009 23:18:46 +0000 (21:18 -0200)
The encoding and decoding of ISO8601 format is left to GLib. The public
interface is time_t, which, besides its lack of subsecond precision,
seems to be the most portable and standard for now. POSIX 2008 obsoletes
struct timeval and gettimeofday and struct timespec and clock_gettime
are too new to be used.


No differences found