Skip to content

Commit c1e4709

Browse files
authored
Merge pull request #1229 from yaacov/fix-timestamp-format
🐞 fix timestamp format
2 parents 4f3c12d + a903f32 commit c1e4709

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/forklift-console-plugin/src/components/ConsoleTimestamp/ConsoleTimestamp.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ export const ConsoleTimestamp = (props: TimestampProps) => {
4141
className="forklift-table__console-timestamp"
4242
date={currentDate}
4343
customFormat={{
44-
year: '2-digit',
44+
year: 'numeric',
4545
month: 'short',
46-
weekday: 'short',
4746
day: 'numeric',
4847
hour: 'numeric',
4948
minute: 'numeric',

0 commit comments

Comments
 (0)