1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 02:25:09 +00:00

Explicitly note updated time is UTC

This commit is contained in:
Brenden Matthews 2024-04-24 15:08:26 -04:00
parent c0f06aa0a0
commit 224c5ebd72

View File

@ -11,7 +11,8 @@ const Footer: React.FunctionComponent = () => {
</div>
<div className="pl-1 pr-2 lg:pr-4 font-sans text-xs">
<p>
{modifiedYear} Conky developers, updated {new Date(modifiedDate).toLocaleString()}
{modifiedYear} Conky developers, updated{' '}
{new Date(modifiedDate).toLocaleString()} UTC
</p>
</div>
</div>