21 Dec
2018
21 Dec
'18
5:42 p.m.
On Fri, Dec 21, 2018, at 4:07 AM, erlonmz@hotmail.com wrote:
How do I change the hyperkitty timezone?
Django's documentation should be more helpful with that.
https://docs.djangoproject.com/en/2.1/ref/settings/#std:setting-TIME_ZONE
You are looking for these settings
TIME_ZONE = 'America/Chicago' USE_TZ = True
-- thanks, Abhilash Raj (maxking)