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

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 29 17:09:59 GMT 2008


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

  * status:  closed => reopened
  * version:  => 2.5
  * resolution:  worksforme =>
  * milestone:  => 2.5

Comment:

 Replying to [comment:1 lloydbudd]:
 > 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 = '';
 > }}}
 Nope no conflicts and that is the code in my options-general file.  My
 guess is an incompatiblity with the php version.

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


More information about the wp-trac mailing list