RE: where is now() defined?
orchard <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <5bde3e041f09fc83996c41b15967f94c@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=182198#182198 ---------------------------------------------------------------- I did something like this on a non-osCommerce site and got it to work. What I did was only adjust the times when storing/updating the database and then not adjust the times when retrieving data. If you adjust on both storing and retrieving it seems like it would either cancel out or double adjust. I'm not sure how to apply this to osCommerce. I supposed you could search for update or other words that indicate whether the query is a store or a retrieve.