Skip to content

Commit

Permalink
Explicitly note updated time is UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 24, 2024
1 parent c0f06aa commit 224c5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 224c5eb

Please sign in to comment.