Skip to:
Content

bbPress.org

Changeset 2412


Ignore:
Timestamp:
03/31/2010 05:21:08 PM (16 years ago)
Author:
chrishajer
Message:

Set default timezone in PHP 5. Fixes #1241. Props GIGALinux, GautamGupta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-settings.php

    r2385 r2412  
    1717}
    1818
    19 
     19// Set default timezone in PHP 5.
     20if ( function_exists( 'date_default_timezone_set' ) )
     21        date_default_timezone_set( 'UTC' );
    2022
    2123/**
Note: See TracChangeset for help on using the changeset viewer.