In a message dated 4/25/2006 10:06:36 A.M. Central Daylight Time, PIEBALDconsult@... writes: ISO 8601 has _some_ examples. But doesn't even spell out...
... possible ... Well that's true. Every once in while I think it would be handy to create a comprehensive table of ISO 8601 formats. It could perhaps...
... I have prepared a (very concise) railroad grammar page with all the notations described formally by ISO 8601:2000. May be it is of help. It is appended; I...
... I can write a C service that would handle it just fine, in fact I probably have. But what I do with it internally is not in the scope of ISO 8601, it just...
... representable ... Don't forget the struct tm. ... every ... "I dunno, I can imagine quite a bit." -- Han Solo And of course there are "better" (but...
... Ooops, yes I did, how embarrassing. ... Good advice - thanks. I put it into the files area under the name iso8601-2000dateTimeNotation.pdf Hopefully, it...
... The struct tm can support years from 1900. But there's not a lot you can do with one on its own. " time_t mktime(struct tm* tp); If necessary, adjusts...
1712
Stephen GOULD
sggould@...
Apr 28, 2006 4:13 am
Mike - perhaps there are "only a pitifully small number" of ebXML Deployments after 5 years ! As far as I know only 3 Industry groups rather than an Industry...
In a message dated 4/27/2006 8:29:07 A.M. Central Daylight Time, PIEBALDconsult@... writes: A similar problem I have is exchanging date values between two...
... It would not be mandated by the Standard, but the Standard does not disallow it. The current C standard [ISO/IEC 9899:1999] says: [section 7.23.1 § 3,4...
In a message dated 4/28/2006 11:45:24 A.M. Central Daylight Time, PIEBALDconsult@... writes: I suppose that was my point, but also that even systems that...
06-05-04T03:02:01 If you use the ISO 8601 date/time standard, at 3hrs 2mins 1sec AM on 4th May 2006 the date/time will be: (20)06-05-04T03:02:01 Yes, I have...
... But what about the definition of time() ? If the standard specifies that a -1 returned by time() is an error value then it can't _also_ mean one second...
In a message dated 4/29/2006 11:02:06 A.M. Central Daylight Time, PIEBALDconsult@... writes: Anyway, we all know there are limitations. ISO 8601's scope...
I dont believe Joel is an expert in that domain. In any event we are getting far afield again. You do need to know encoding to understand text. However, 8601...
Like C with the data structure mistakes were made between using ordinal and cardinal numbers. However, it is the most flexible ( + and - date range, up to 9...
From: ISO8601@yahoogroups.com [mailto:ISO8601@yahoogroups.com] On Behalf Of hjwoudenberg@... "hex-binary is not a known definition to me. I understand...
Let's assume for a minute that we all agree binary is the most flexible, most precise, most comprehensive method of representing dates. What does that have to...
... you have ... display it So we shouldn't bother trying to use text at all? Or is he just saying that "plain text" is a poor choice of terminology for the ...
... errno will also be set upon error so I believe this works: errno=0; if( time(&t)==-1 && errno ) Error(); else NoError(); Kind regards, Ted Lyngmo...
In a message dated 4/29/2006 5:53:42 P.M. Central Daylight Time, tex@... writes: This list is not for designing new date formats. It should be about...