mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-25 15:31:38 +00:00
Fixed the incorrect iOS timestamp #124
This commit is contained in:
@@ -391,7 +391,7 @@ def setup_template(template, no_avatar):
|
|||||||
return template_env.get_template(template_file)
|
return template_env.get_template(template_file)
|
||||||
|
|
||||||
# iOS Specific
|
# iOS Specific
|
||||||
APPLE_TIME = datetime.timestamp(datetime(2001, 1, 1))
|
APPLE_TIME = 978307200
|
||||||
|
|
||||||
|
|
||||||
def slugify(value, allow_unicode=False):
|
def slugify(value, allow_unicode=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user