wrong time shown in admin for registration in Django? -


i registered new user account using django admin gives time of registration wrong. must march 24, 2014, 11.01 a.m.but shows march 24, 2014, 6:01 p.m. in pst time-zone.

in settings.py, have

time_zone = 'utc' 

change timezone settings to:

time_zone = 'us/pacific' 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -