#432 closed enhancement (wontfix)
Daylight Savings Time
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
WordPress apparently ignores the TZ environment variable so:
putenv('TZ=CST6CDT');
in wp-config.php only shows GMT (UTC) with a fixed offset time and doesn't move with daylight savings time on a server in a time zone that doesn't do DST and the author does.
The PHP date() function does follow the TZ daylight savings time.
Change History (5)
#2
@
21 years ago
- category changed from General to Administration
- Patch set to No
- Severity changed from minor to enhancement
#4
@
21 years ago
- Owner changed from anonymous to matt
- Resolution changed from 10 to 90
- Status changed from assigned to closed
This ticket was mentioned in Slack in #cli by jrf. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
We may get around to this request. Thank you for reporting it, and for the suggested solutions.