Vincent Jardin wrote:
> 
> Extract from the <time.h> ISO C Standard: 4.12 DATE and TIME version
> 1999 :
[snip]
>   int tm_year;                  /* Year - 1900.  */
[snip]
> The problem is the format used for the year : year - 1900
> What will happen at the end of the year ?

tm_year will increment to 100.  Thus, 2010 will be 2010-1900=110.

Lamar Owen
WGCR Internet Radio

Reply via email to