We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f3c12d + a903f32 commit c1e4709Copy full SHA for c1e4709
packages/forklift-console-plugin/src/components/ConsoleTimestamp/ConsoleTimestamp.tsx
@@ -41,9 +41,8 @@ export const ConsoleTimestamp = (props: TimestampProps) => {
41
className="forklift-table__console-timestamp"
42
date={currentDate}
43
customFormat={{
44
- year: '2-digit',
+ year: 'numeric',
45
month: 'short',
46
- weekday: 'short',
47
day: 'numeric',
48
hour: 'numeric',
49
minute: 'numeric',
0 commit comments