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:
parent
c0f06aa0a0
commit
224c5ebd72
@ -11,7 +11,8 @@ const Footer: React.FunctionComponent = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="pl-1 pr-2 lg:pr-4 font-sans text-xs">
|
<div className="pl-1 pr-2 lg:pr-4 font-sans text-xs">
|
||||||
<p>
|
<p>
|
||||||
{modifiedYear} Conky developers, updated {new Date(modifiedDate).toLocaleString()}
|
{modifiedYear} Conky developers, updated{' '}
|
||||||
|
{new Date(modifiedDate).toLocaleString()} UTC
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user