Enhance Avisynth video workflow and metadata tools
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import re
|
||||
from datetime import datetime, timedelta, timezone
|
||||
|
||||
|
||||
TZ_RE = re.compile(r"^(?P<sign>[+-])(?P<h>\d{2})(?::?(?P<m>\d{2}))?$")
|
||||
TZ_RE = re.compile(r"^(?P<sign>[+-])(?P<h>\d{1,2})(?::?(?P<m>\d{2}))?$")
|
||||
|
||||
|
||||
def local_timezone() -> timezone:
|
||||
|
||||
Reference in New Issue
Block a user