Skip to content

Commit

Permalink
DEVPROD-2662 Show exact time on hover of project health timestamp (ev…
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 authored Nov 16, 2023
1 parent e896d04 commit 50e2907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommitChartLabel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const CommitChartLabel: React.FC<Props> = ({
>
{shortenGithash(githash)}
</InlineCode>{" "}
<b>
<b title={getDateCopy(createDate)}>
{getDateCopy(createDate, { omitSeconds: true, omitTimezone: true })}
</b>{" "}
</LabelText>
Expand Down

0 comments on commit 50e2907

Please sign in to comment.