PHP date() & time() return incorrect time:
date()
time()
When date.timezone = \"Europe/Riga\" the time returned by date() was <
date.timezone = \"Europe/Riga\"
The timezone of the system could be wrong. This results in a shift in a time given by the PHP date() function, althought both php date.timezone (in php.ini) and system time of the server are correct.