in reply to Re: time() searching
in thread time() searching

Agreed.

If you keep a "readable" date/time stamp in the database, then you pay the penalty to convert from time() to a real date/time stamp once ... when you create or update the record.

If you have the time() format in your database, then you likely have to pay the price to convert it to readable date/time every time you access the record.