Q. Which PHP function returns the current timezone? (A) get_timezone() (B) timezone_get() (C) date_default_timezone_get() (D) ini_get('timezone') ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) date_default_timezone_get() Explanation: This function returns the default timezone.