Django Time and time zone setup issues

Source: Internet
Author: User
  • In the Django configuration file settings.py , there are two configuration parameters that are related to the time zone, respectively, TIME_ZONE andUSE_TZ
  • USE_TZwhen set to True , Django uses the system's default time zone, that is America/Chicago , no settings at this time will TIME_ZONE work.
  • If USE_TZ set to False , TIME_ZONE None then Django will still use the default America/Chicago time. If you set it to TIME_ZONE another time zone, then you have to divide the situation, if it is a Windows system, then the TIME_ZONE settings are useless, Django will use the time of the machine. If for other systems, use the time of this time zone, enter settings, USE_TZ = False TIME_ZONE = ‘Asia/Shanghai‘ and then use the UTC time in Shanghai.
  • Language_code = ' Zh-hans '

Django Time and time zone setup issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.