diff --git a/app/tools/epg.py b/app/tools/epg.py index faa6e565..7a3fec60 100644 --- a/app/tools/epg.py +++ b/app/tools/epg.py @@ -82,7 +82,7 @@ class ChannelsParser: @staticmethod def write_refs_to_xml(path, services): header = '\n\n\n\n'.format( - "Created in DemonEditor.", datetime.now().strftime("%Y-%m-%d_%H-%M-%S")) + "Created in DemonEditor.", datetime.now().strftime("%d.%m.%Y %H:%M:%S")) doc = Document() lines = [header]