Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some problems with (scheduled) reports
#8
Just testing some things on my development install:
PHP Code:
php -"@date_default_timezone_set('Europe/Amsterdam');echo date('d-m-Y H:i:m');" 
On the command line gives me the correct time (I am in Holland).
PHP Code:
php -"@date_default_timezone_set('UTC');echo date('d-m-Y H:i:m');" 
Gives me a time two hours early.

But I still don't get this. All records I create still have a time set two hours early. I changes the timezone in both config.inc.php and even in php.ini.
EDIT
My bad, didn't set the timezone for the user there.
Reply


Messages In This Thread
RE: Some problems with (scheduled) reports - Guido1982 - 09-11-2018, 07:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)