In mongodb, I know there are query operations which could be used on datetime object like : $hour, $dayOfWeek etc.
But I've not found any manual about timezone settings, similar with what could be done in mysql like:
SET time_zone = '-8:00';
So, is there anyway to do similar things in mongodb?