time() manipulation
Posted: Thu May 12, 2005 12:17 am
Hi all,
Just wanting to figure something out about the time() function.
I have a routine which saves the current time() into the database and then removes old ones by running a delete where saved_time > time() + 1440.
How much time is that buying me? As far as I can tell, it's like, 24 minutes.
Am I right there?
Cheers
Just wanting to figure something out about the time() function.
I have a routine which saves the current time() into the database and then removes old ones by running a delete where saved_time > time() + 1440.
How much time is that buying me? As far as I can tell, it's like, 24 minutes.
Am I right there?
Cheers