Skip to content

Commit a511304

Browse files
committed
updated time stamp basic format example
1 parent cf1b29a commit a511304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Timestamp/examples/TimestampBasicFormats.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Timestamp, TimestampFormat } from '@patternfly/react-core';
22

33
export const TimestampBasicFormats: React.FunctionComponent = () => {
4-
const currentDate = new Date();
4+
const currentDate = new Date('2025-04-21T23:35:25');
55

66
return (
77
<>

0 commit comments

Comments
 (0)