TimeZone
class TimeZone extends DateTimeZone
Extension of the PHP DateTimeZone class.
Methods
                    static array
                
                
                    getTimeZones()
        
                                            
                
            Returns a list of time zones where the key is a valid PHP time zone while the value is a presentable name.
                    static array
                
                
                    getGroupedTimeZones()
        
                                            
                
            Returns an array of grouped time zones where the key is a valid PHP time zone while the value is a presentable name.
Details
        at         line 28
                static            array
    getTimeZones()
        
    
    Returns a list of time zones where the key is a valid PHP time zone while the value is a presentable name.
        at         line 46
                static            array
    getGroupedTimeZones()
        
    
    Returns an array of grouped time zones where the key is a valid PHP time zone while the value is a presentable name.