1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

use RFC3339 for last_check

fixed to UTC for now
This commit is contained in:
Alexander Graf 2021-03-10 18:30:28 +01:00
parent dd2e218375
commit e90d5548a6

View File

@ -1135,6 +1135,7 @@ class FetchSchema(BaseSchema):
""" Schema config """
model = models.Fetch
load_instance = True
datetimeformat = '%Y-%m-%dT%H:%M:%S.%fZ' # RFC3339, but fixed to UTC
sibling = True
include_by_context = {