mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Explicitly note updated time is UTC
This commit is contained in:
parent
c0f06aa0a0
commit
224c5ebd72
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user