Talk:Day of the week: Difference between revisions

Content added Content deleted
(compiling ada)
(python&java run ok (almost)everywhere)
Line 18: Line 18:


Should the Ada coders add a libheader or such an info? Or is it a GNAT problem? Would like to know. --[[User:ShinTakezou|ShinTakezou]] 15:28, 12 December 2008 (UTC)
Should the Ada coders add a libheader or such an info? Or is it a GNAT problem? Would like to know. --[[User:ShinTakezou|ShinTakezou]] 15:28, 12 December 2008 (UTC)


==When failing and when not on 32bit machine==
I've written (and tested) the C and UNIX Shell code, showing that they stop in the year 2033, depending on the fact that both uses the (g)libc on a 32bit system; in fact a run on a 64bit machine was successful. But this must not make one think the same apply on e.g. Python and Java code: in fact I've test them too, and they give the '''right results''' even on my machine! So, they don't use the underlying libc to compute dates and time. Luckly! So they proved to be really system independent! --[[User:ShinTakezou|ShinTakezou]] 16:07, 12 December 2008 (UTC)