#132 | #121: backoffice / dev-1.0-121 #131

Merged
thomas merged 151 commits from dev-1.0-121 into develop-1.0 2024-04-28 20:02:14 +00:00
Showing only changes of commit 6df6523062 - Show all commits

View File

@ -6,8 +6,8 @@ to:
- cancels Diffusions that have an archive but could not have been played;
- run Liquidsoap
"""
from datetime import timezone
import time
import zoneinfo
from argparse import RawTextHelpFormatter
@ -19,7 +19,7 @@ from aircox_streamer.controllers import Monitor, Streamer
# force using UTC
tz.activate(timezone.utc)
tz.activate(zoneinfo.ZoneInfo("UTC"))
class Command(BaseCommand):