mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 11:23:06 +02:00
http://moodle.org/mod/forum/discuss.php?d=29564): When the user was not logged in and was not a guest, DST compensation was not being done. I guess deciding to store the computationally expensive DST cache in $USER was a major oops on my part. I 've moved everything to $SESSION and now it works as it should.