Quote Originally Posted by jamadagni
Well ya I forgot to mention that I have read through tzset - but it appears to be a UNIX-specific thing. How would then the localtime() function compile/work on DOS/Windows?
Does it matter? The most important part is that it works (if it works, because localtime() is not an ANSI C function, so I guess non-posix Windows may not have it), right? Let's leave libc programming to libc programmers.