Also make sure you use the same timezone on all servers.. I usually
use date_default_timezone_set('UTC') and the UTC_ MySQL functions to
that end.

On a different note, why use strtotime('now') instead of time()?

On May 6, 8:09 pm, datgs <[email protected]> wrote:
> Thanks, I think NTP is a good choice.
>
> On May 6, 4:05 pm, Ryan Schmidt <[email protected]> wrote:
>
>
>
>
>
>
>
> > On May 6, 2011, at 03:59, datgs wrote:
>
> > > I've worked with CakePHP magical created, modified and updated. And I
> > > found that automation of getting current time based on php at
>
> > > $time = strtotime('now');
>
> > > I think it is not good for some case, for example if my MySQL server
> > > time is different from HTTP server time and someone want to mine data
> > > just at MySQL side, the result of query might be wrong.
>
> > > I think CakePHP team should make a time synchronic between HTTP Server
> > > & Database Server before saving the data.
>
> > A what? I didn't understand this sentence.
>
> > If you're concerned that the clocks on various servers would be different, 
> > then fix that problem by using NTP on every server.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to