Search code examples
phpeasyphp

easy php date configuration


i am running easyPHP on localhost in windowsXP

right now its

2011-02-07 19:46:00

but when i try a the PHP function date() it gives me:

2011-02-08 12:43:00

does anybody knows how to configurate this?


Solution

  • Set your timezone using date_default_timezone_set('America/New_York').