Dear every one,

I am following the tutorial 
<https://docs.djangoproject.com/en/1.6/intro/tutorial01/> and meet with 
some problem with Time Zone part. Since I am in Shanghai, China (UTC+8) , I 
think it is necessary to reset the time part.

Below is what I tried but failed with valuerror incorrect timezone setting:

TIME_ZONE="UTC+8"
TIME_ZONE="UTC+8:00"

I have tried "Asia/Shanghai", it works, but I think it is kind of 
out-of-date style due to the description 
<https://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-TIME_ZONE> 
in the tutorial.

Could some one give me a hint?

Thans in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fcda6aed-87ee-48f6-85d8-2b2906056b81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to