From d5b46a22cc4554f8d9d13a85ff95287355a281ce Mon Sep 17 00:00:00 2001 From: Metabox Date: Wed, 29 May 2019 20:45:21 +1000 Subject: [PATCH] bug4 fix --- Current Development Check List.md | 1 + htdocs/cgi-bin/main.cgi | 4 ++-- htdocs/cgi-bin/wsrc/main.css | 2 +- htdocs/thttpd.pid | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Current Development Check List.md b/Current Development Check List.md index 3496655..0917284 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -6,6 +6,7 @@ * ✔ Bug - 02, Record set paging to previous page not always working. Getting stuck. >> This occurrs on new records placed in the far past. Complex problem. * ✔ Bug - 03, Keyword search not working on words as they are categorized wrongly by other dropdown in the background. +* ✔ Bug - 04, Local not picked up properly on current date. * ✔ Configuration page to be updated, system variables description field to be implemented. * ✔ Configuration page - data fix section to be implemented. * ✔ Build login_ctrl.cgi login controller alias and password based. Where each alias creates its own database. It server side session based, that unless you logged off keeps the session 24 hr. by default. Alias is therefore to an separate database. If user doesn't know the password, can't get access. Client remote IP address is checked to be on local only network (IP pinged). diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 0284a31..d880280 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -428,7 +428,7 @@ qq(\n); $dtf = $dty; } else { - $dtf = $lang->time2str( "%d %b %Y", $dt->epoch ); + $dtf = $lang->time2str( "%d %b %Y", $dt->epoch, $TIME_ZONE); } $tbl .= qq( $dtf @@ -583,7 +583,7 @@ $srh .= '
'; #Page printout from here! # print qq(
\n -
+
  diff --git a/htdocs/cgi-bin/wsrc/main.css b/htdocs/cgi-bin/wsrc/main.css index a9dac4c..1f55598 100644 --- a/htdocs/cgi-bin/wsrc/main.css +++ b/htdocs/cgi-bin/wsrc/main.css @@ -141,7 +141,7 @@ img { padding: 5px; text-align: center; background: #ccffff; - margin-left: 92%; + margin-left: 90%; } #cat_lst { diff --git a/htdocs/thttpd.pid b/htdocs/thttpd.pid index bb02e94..bd48f22 100644 --- a/htdocs/thttpd.pid +++ b/htdocs/thttpd.pid @@ -1 +1 @@ -3567 +6970 -- 2.34.1