Fixed the incorrect iOS timestamp #124

This commit is contained in:
KnugiHK
2024-12-08 20:42:33 +08:00
parent 209d5a7796
commit 82d2485778

View File

@@ -391,7 +391,7 @@ def setup_template(template, no_avatar):
return template_env.get_template(template_file)
# iOS Specific
APPLE_TIME = datetime.timestamp(datetime(2001, 1, 1))
APPLE_TIME = 978307200
def slugify(value, allow_unicode=False):