We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1b29a commit a511304Copy full SHA for a511304
1 file changed
packages/react-core/src/components/Timestamp/examples/TimestampBasicFormats.tsx
@@ -1,7 +1,7 @@
1
import { Timestamp, TimestampFormat } from '@patternfly/react-core';
2
3
export const TimestampBasicFormats: React.FunctionComponent = () => {
4
- const currentDate = new Date();
+ const currentDate = new Date('2025-04-21T23:35:25');
5
6
return (
7
<>
0 commit comments