tags:

views:

348

answers:

2

I'm trying to find the maximum allowed system date in cpp, but I can't find the function to do that...

Can anyone help me?

A: 

Would depend on the OS, are we using windows or something POSIX compliant here?

ewanm89
I want it to be as standard as possible
there is a fundamental difference in the way windows stores it's dates and the rest of the world. It's one of those things that is only answered by operating system documentation.See http://en.wikipedia.org/wiki/System_date
ewanm89
let's say that is for a POSIX compliant system
+3  A: 
Kirill V. Lyadvinsky