Practical Date/Time Handling with PHP
                            Derick Rethans(00:47:50) 
sourced from PHPNW videos
 
        
        
            
        
                            Derick Rethans(00:47:50) 
sourced from PHPNW videos
 
       
       
       
       
      Dates, times and timezones are a complicated matter to deal with. Luckily, PHP has powerful date/time handling functionality. It allows you to deal with many issues that arise when you are developing applications. This talk will cover advanced functionality of PHP's date/time functionality and is not an introduction except for where this is necessary. I will cover dealing with timezones, calculations with DateTime objects and tips and tricks for dealing with storing date/time information in a database.