[wp-trac] Re: [WordPress Trac] #6047: Timezone Setting

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 29 16:48:25 GMT 2008


#6047: Timezone Setting
---------------------------------+------------------------------------------
 Reporter:  jeremyclark13        |        Owner:  anonymous 
     Type:  defect               |       Status:  closed    
 Priority:  normal               |    Milestone:            
Component:  Administration       |      Version:            
 Severity:  major                |   Resolution:  worksforme
 Keywords:  timezone, php error  |  
---------------------------------+------------------------------------------
Changes (by lloydbudd):

  * status:  new => closed
  * resolution:  => worksforme
  * milestone:  2.5 =>

Comment:

 Works for me.

 My guess is that there is conflict when you svn up.

 This is the code around those lines here:
 {{{
 <?php
 $current_offset = get_option('gmt_offset');
 foreach ( range(-12, 12, 0.5) as $offset ) {
         if ( 0 < $offset )
                 $offset_name = '+' . $offset;
         elseif ( 0 == $offset )
                 $offset_name = '';
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6047#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list