def to_user_timezone(value, user): from astrobin.utils import to_user_timezone as tut if user.is_authenticated(): return tut(value, user.userprofile) return value