pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

Adding utc awareness #2

Closed mattions closed 11 years ago

mattions commented 12 years ago

This adds utc awareness using the django utils timezone function.

I think it's a good idea to go this way because we are honouring the user settings, and we are using a django function so everything comes with the packages.