From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] time.cgi: add current date-time to this WebGUI page Date: Tue, 12 Mar 2024 10:10:30 +0000 Message-ID: <5C3DCD2D-63F7-443F-9A58-266CF85F59A7@ipfire.org> In-Reply-To: <20240311234500.3379713-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0842099213829697752==" List-Id: --===============0842099213829697752== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Jon, What is the motivation for this patch? -Michael > On 11 Mar 2024, at 23:45, Jon Murphy wrote: >=20 > - added words and date-time format to english (en.pl) > - other languages are needed > - seconds included since time is accurate to < .1s > https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3D2234e8aacac2e0d0b= 06dac4513585c15c2b3b440 >=20 > Code-by: Leo-Andres Hofmann > Signed-off-by: Jon Murphy > --- > html/cgi-bin/time.cgi | 4 ++++ > langs/en/cgi-bin/en.pl | 2 ++ > 2 files changed, 6 insertions(+) >=20 > diff --git a/html/cgi-bin/time.cgi b/html/cgi-bin/time.cgi > index 57a02a4b6..04c1e771f 100644 > --- a/html/cgi-bin/time.cgi > +++ b/html/cgi-bin/time.cgi > @@ -287,6 +287,10 @@ print < > END > ; > + > +my $now =3D strftime($Lang::tr{'timeformat'}, localtime); > +print "
$Lang::tr{'system time'}: $now"; > + > &Header::closebox(); > &Header::openbox('100%',1,$Lang::tr{'ntp sync'}); > print < diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index 667fb5d7e..2e036adb3 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -2462,6 +2462,7 @@ > 'system log viewer' =3D> 'System Log Viewer', > 'system logs' =3D> 'System Logs', > 'system status information' =3D> 'System Status Information', > +'system time' =3D> 'System time (as of last page load)', > 'ta key' =3D> 'TLS-Authentification-Key', > 'taa zombieload2' =3D> 'TSX Async Abort/ZombieLoad v2', > 'tcp more reliable' =3D> 'TCP (more reliable)', > @@ -2490,6 +2491,7 @@ > 'time' =3D> 'Time', > 'time date manually reset' =3D> 'Time/Date manually reset.', > 'time server' =3D> 'Time Server', > +'timeformat' =3D> '%Y-%m-%d at %H:%M:%S %Z', > 'timeout must be a number' =3D> 'Timeout must be a number.', > 'title' =3D> 'Title', > 'to' =3D> 'To', > --=20 > 2.30.2 >=20 --===============0842099213829697752==--