Skip to content

Commit

Permalink
fix timestamp format
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <[email protected]>
  • Loading branch information
yaacov committed Jun 20, 2024
1 parent 4f3c12d commit a903f32
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 a903f32

Please sign in to comment.