thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timezone awareness

jelko opened this issue · comments

Not fully sure on this one: the periods (month, week, ...) seem to mess with timezone aware objects. This causes multiple errors in a env with USE_TZ = True.

Did not really get if the app should be timezone aware or not. I hope it should/could. :)

Anyone have a branch with a fix for this?