jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 13 forks source link

use django.utils.timezone instead of datetime #60

Closed jrief closed 8 years ago

khchine5 commented 8 years ago

Hi @jrief , could I help with this issue ?

jrief commented 8 years ago

If you want to do it, please go ahead with pleasure.

khchine5 commented 8 years ago

Thanks. Should I add timezone selection in the register user form ?

jrief commented 8 years ago

Django projects should run in UTC internally. Only for the representation it is important to use the timezone depending on the Customers settings, which will currently do not have yet, but might be added using the customers location. For for now, the TZ settings is enough.

rfleschenberg commented 8 years ago

I am closing this issue because I am merging @khchine5's fixes in https://github.com/awesto/django-shop/pull/375. Thanks!