Quote:
Just storing the raw result of time() (number of seconds, UTC, since the epoch), is a wayyy better way to do stuff like that. Expecially on POSIX systems.


I discovered this the first time I wrote a DB app in VB a long time ago. Why worry about the number of days in February in 2008 when you can use simple integers to increment/decrement your time and dates and search across ranges.
_________________________
Cheers,

Andy M