fix timezone shit

This commit is contained in:
bkfox
2017-08-23 16:52:51 +02:00
parent aa6de37a2f
commit ddb7738a9e
2 changed files with 24 additions and 1 deletions

View File

@ -19,6 +19,10 @@ from django.db import models
from aircox.models import Station, Diffusion, Track, Sound, Log #, DiffusionLog, SoundLog
# force using UTC
import pytz
timezone.activate(pytz.UTC)
class Tracer:
"""