Make WordPress Core


Ignore:
Timestamp:
02/23/2004 03:42:40 AM (22 years ago)
Author:
michelvaldrighi
Message:

big leap to GMT dates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-functions.php

    r911 r914  
    713713    }
    714714
    715     /* for GMT dates: this is commented until all of WP can deal with GMT
     715    // Convert all datetime fields' values to GMT, and update $time_difference
    716716    $time_difference = get_settings('time_difference');
    717717
     
    731731        $add_hours = intval($diff_gmt_weblogger);
    732732        $add_minutes = intval(60 * ($diff_gmt_weblogger - $add_hours));
    733 
    734         #field names to update:
    735         #wp_posts.post_date
    736         #wp_posts.post_modified
    737         #wp_comments.comment_date
    738         #wp_users.dateYMDhour
    739733
    740734        #the queries are simple
     
    754748
    755749    }
    756     */
    757750
    758751}
Note: See TracChangeset for help on using the changeset viewer.