>>> from django.utils.timezone import get_default_timezone >>> tz = get_default_timezone() >>> tz <DstTzInfo 'Asia/Shanghai' LMT+8:06:00 STD> >>>