This question was asked suppress django naive datetime warnings
But the answer is to stop supporting Time zones. My app has other functionality that will indeed need to support timezones, but I am working on a feature currently that requires raw support for relative time (ie user was online in the past x minutes)
If I switch to django.utils.timezone
will that throw off relative time? if so, is there another way to squelch this warning?