From 8afcec6b7e8a9ebb855433d94e6d803cce89042f Mon Sep 17 00:00:00 2001 From: DYefremov Date: Tue, 4 Jun 2019 13:06:02 +0300 Subject: [PATCH] changed date format in the header --- app/tools/epg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]