Hello there,

  you probably need to take a look at the USE_TZ setting too. If it's True,
then Django will store all times in the UTC timezone and only use the one
you configured in views and templates (and a few other places).

  In most cases, that's what you want anyway as it's the most reliable way
to do this.

  HTH

    Jirka

On 8 April 2015 at 14:18, <akash.pa...@ranosys.com> wrote:

> Hi to all ,
>
> Previously my settings.py file was having time zone as
>
> TIME_ZONE = 'America/Chicago'
>
> now i have changed to
> TIME_ZONE = 'Europe/London'
>
> that not getting reflected means date and time are getting stored in
> database as of previous timezone...
>
>
> Please suggest.
>
> --
> 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/2f325769-40db-480d-afbc-336dc948878e%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/2f325769-40db-480d-afbc-336dc948878e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAFhEBEDsjdvQZy4P0hKpzdQ%2BmBjrxt8WY3xWRdyt8Dn9cEJJTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to