Skip to content

Commit

Permalink
Merge pull request #1229 from yaacov/fix-timestamp-format
Browse files Browse the repository at this point in the history
🐞 fix timestamp format
  • Loading branch information
yaacov authored Jun 20, 2024
2 parents 4f3c12d + a903f32 commit c1e4709
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ export const ConsoleTimestamp = (props: TimestampProps) => {
className="forklift-table__console-timestamp"
date={currentDate}
customFormat={{
year: '2-digit',
year: 'numeric',
month: 'short',
weekday: 'short',
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
Expand Down

0 comments on commit c1e4709

Please sign in to comment.