Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #39595, comment 4


Ignore:
Timestamp:
01/16/2017 02:34:05 AM (8 years ago)
Author:
mkormendy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39595, comment 4

    v1 v2  
    1 I don't quite understand what you're attempting to state with regards to the DB time. If the time is stored as a string based on an retrieved date() call, it will be incorrect because WordPress hijacked the entire PHP timezone, that's a problem.
     1I don't quite understand what you're attempting to state with regards to the DB time. If the time is stored as a string based on an retrieved date() call, it will be incorrect because WordPress hijacked the entire PHP timezone in that scripted process stream.
    22
    33There isn't a problem with applications choosing to base their methods in a UTC timezone. BUT, the fundamental problem I see is that WordPress hijacks the entire timezone for the underlying PHP processor for the rest of any further intermingled scripted processes, especially when other PHP applications running in the same script process may rely on defaults in php.ini.