spartacus
10th June 2011, 12:21
What happens, if mtime() exceeds it's max. value? I think it will start with 0 again, or am I wrong?

Kind regards
Richard

george7a
10th June 2011, 14:01
from a simple test that I tried:

long a
a = 2147483647 + 1 | 2147483647 is the maximum long number
message(str$(a))

I saw that the value that was returned was -2147483647 (minus). However, I am not sure if there is a condition inside this function to prevent this.

Another way is to really try it out and (596 hours/~25 days).

I have tried to fool our test server and edit the time of the machine.. but it did not work :o