Opened 16 years ago
Closed 16 years ago
#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 (4)
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.