From patchwork Mon Mar 11 23:45:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jon X-Patchwork-Id: 7601 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Tttj255Pfz3wtq for ; Mon, 11 Mar 2024 23:46:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Tttj03DJpz12c; Mon, 11 Mar 2024 23:46:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Tttj00nZPz32ld; Mon, 11 Mar 2024 23:46:44 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Ttthy28NRz30Pq for ; Mon, 11 Mar 2024 23:46:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Ttthw37FRzGb; Mon, 11 Mar 2024 23:46:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1710200801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YWXED0aIvAkqKKu7KSz/EgfHKtU0DoC/PLdhC592nHI=; b=wlTLTZhC4acK4yQartlSLSwxB10ENdrmgUGWNtXggwn3LmaiJCvAQJJZozjRmYQucFcUy7 KmTRjUAzjzeYtDBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1710200801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YWXED0aIvAkqKKu7KSz/EgfHKtU0DoC/PLdhC592nHI=; b=SMu81TiCDqmVqJhiXZwpmp0Fo4IK4QA416jbX7fGZwAUtUVXW/VO3dSMdCFaAUaLmRWGRZ NjVZbmzmORU3k5XBLBg2r1CUfR3OQ7/GWgCN51pYE8zHHxtFWYHsl6e2DCnrFUFILtfvox jI/6Crdq4E6jwJ2I684m/L52iu4qzrVNRUEb4Kj7we6Wu4rfsWMsybPzYxG2fw1NrHIikl zQ8vXg/Frpa12d494UD+1pfTo4snPkRe69opLBozqzgYfvicaEAueazULBy92jEBG/MGZt W1E5QvtaalYxijiyVo8FMBd4DYrGCExPomxEfrGgWZSUCIeA3VCXP+VaQWyXDQ== From: Jon Murphy To: development@lists.ipfire.org Subject: [PATCH] time.cgi: add current date-time to this WebGUI page Date: Mon, 11 Mar 2024 18:45:00 -0500 Message-Id: <20240311234500.3379713-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 22UWMQGPJRW7KUYDEP5CLBHB7YAPBFD5 X-Message-ID-Hash: 22UWMQGPJRW7KUYDEP5CLBHB7YAPBFD5 X-MailFrom: jon.murphy@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Leo-Andres Hofmann X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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=ipfire-2.x.git;a=commit;h=2234e8aacac2e0d0b06dac4513585c15c2b3b440 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(+) 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 = strftime($Lang::tr{'timeformat'}, localtime); +print "
$Lang::tr{'system time'}: $now"; + &Header::closebox(); &Header::openbox('100%',1,$Lang::tr{'ntp sync'}); print < 'System Log Viewer', 'system logs' => 'System Logs', 'system status information' => 'System Status Information', +'system time' => 'System time (as of last page load)', 'ta key' => 'TLS-Authentification-Key', 'taa zombieload2' => 'TSX Async Abort/ZombieLoad v2', 'tcp more reliable' => 'TCP (more reliable)', @@ -2490,6 +2491,7 @@ 'time' => 'Time', 'time date manually reset' => 'Time/Date manually reset.', 'time server' => 'Time Server', +'timeformat' => '%Y-%m-%d at %H:%M:%S %Z', 'timeout must be a number' => 'Timeout must be a number.', 'title' => 'Title', 'to' => 'To',