Skip to content

Commit

Permalink
UTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
angoca authored Oct 20, 2023
1 parent a95ebbc commit 814561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ServicesSection: NextPage = () => {
</div>
<div>
<p className="text-xs text-gray-400">Last updated</p>
<p className="text-xs text-gray-400 text-end ">{systemStatus?.datetime}</p>
<p className="text-xs text-gray-400 text-end ">{systemStatus?.datetime} UTC</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 814561c

Please sign in to comment.