Make WordPress Core

Changeset 12727


Ignore:
Timestamp:
01/15/2010 04:39:11 PM (15 years ago)
Author:
ryan
Message:

Always set default timezone to UTC. Do offsets on top of that to be portable across all environments. fixes #9588 #11672 #11665

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r12717 r12727  
    34973497    }
    34983498
    3499     @date_default_timezone_set( $timezone_string );
    35003499    $timezone_object = timezone_open( $timezone_string );
    35013500    $datetime_object = date_create();
Note: See TracChangeset for help on using the changeset viewer.