diff --git a/zefie_wtvp_minisrv/includes/classes/WTVNews.js b/zefie_wtvp_minisrv/includes/classes/WTVNews.js index e5603210..39b03daf 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVNews.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVNews.js @@ -300,6 +300,7 @@ class WTVNews { 'Newsgroups': group, 'Subject': msg_subject || "(No subject)", 'Message-ID': "<" + this.wtvshared.generateString(16) + "@" + this.minisrv_config.config.domain_name + ">", + 'Injection-Date': this.strftime('%a, %-d %b %Y %H:%M:%S %z', new Date()), 'Date': this.strftime('%a, %-d %b %Y %H:%M:%S %z', new Date()) } if (headers) {