From 0ed90e4dda61e2d65faaa07cb3099b53d12ce561 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sun, 24 Nov 2019 13:52:57 -0500 Subject: [PATCH] Diagnostics: Adjust for timezone from webGUI The filename generated by the webGUI's diagnostics wouldn't take into account the user's time zone. Set the date / time according to the date / time on the browser --- plugins/dynamix/Diagnostics.page | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/Diagnostics.page b/plugins/dynamix/Diagnostics.page index 55475306c..6ecf1eafe 100644 --- a/plugins/dynamix/Diagnostics.page +++ b/plugins/dynamix/Diagnostics.page @@ -22,8 +22,9 @@ $zip = htmlspecialchars(str_replace(' ','_',strtolower($var['NAME'])));