Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 428 Bytes

WordPress.WP.TimezoneChange.md

File metadata and controls

11 lines (6 loc) · 428 Bytes

Pattern: Manipulating the timezone server-side

Issue: -

Description

Using date_default_timezone_set() and similar isn’t allowed because it conflicts with stats and other systems. Developers instead should use WordPress’s internal timezone support.

Further Reading