Show
Ignore:
Timestamp:
11/02/06 00:41:39 (2 years ago)
Author:
dominik
Message:

add name to the final zone
refs #62

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config/AgaviTimeZoneDataParser.class.php

    r1208 r1209  
    353353                'type' => 'dynamic', 
    354354                'offset' => $gmtOff, 
     355                'name' => $format, 
    355356                'save' => $sr[$on]['save'], 
    356357                'start' => array( 
     
    400401            } 
    401402          } else { 
    402             $finalRule = array('type' => 'static', 'offset' => $gmtOff); 
     403            $finalRule = array('type' => 'static', 'name' => $format, 'offset' => $gmtOff); 
    403404          } 
    404405        }