mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
f30fe8d063
Added new function: get_user_timezone($timezone = 99) which retrieves the user's timezone, respecting the $USER->timezone and $CFG->timezone settings. Modified all date/time library functions to use this.