mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 06:10:08 +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.