Compare commits
	
		
			2 Commits
		
	
	
		
			8208554c4b
			...
			6df6523062
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6df6523062 | |||
| 1e17a1334a | 
@ -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):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user