if(date('I')){ echo "We are in daylight saving time"; }else{ echo "We are NOT in daylight saving time"; }