Changes between Version 2 and Version 3 of Ticket #39595, comment 2
- Timestamp:
- 01/16/2017 01:50:21 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39595, comment 2
v2 v3 3 3 I realized that this was likely in trac for a long time and maybe a revision may be in order. 4 4 5 The force in wp-settings.php just feels "hijacky" because it forces a timezone for the entire wordpress application versus just the methods where time is stored and reported.5 The force in wp-settings.php just feels "hijacky" because it forces a timezone for the entire WordPress application versus just the methods where time is stored and reported. This is in conflict with the extensibility of WordPress where it often runs alongside and intermingled with other PHP applications. 6 6 7 7 I have come across a slew of client servers (shared hosting, etc) where a reasonable amount of WP-based websites might not have a choice if the server is set to the local timezone for logging purposes and not UTC.