Skip to content

Commit

Permalink
Merge pull request #2 from Brixy/correct-minutes
Browse files Browse the repository at this point in the history
Correct minutes in custom date formats
  • Loading branch information
mike-ward authored Jul 7, 2024
2 parents 4b5c8b7 + 8c76dc9 commit de732c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lsv/format_long.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const name_title = 'Name'
const unknown = '?'
const block_size = 5
const space = ' '
const date_format = 'MMM DD YYYY HH:MM:ss'
const date_iso_format = 'YYYY-MM-DD HH:MM:ss'
const date_compact_format = "DD MMM'YY HH:MM"
const date_format = 'MMM DD YYYY HH:mm:ss'
const date_iso_format = 'YYYY-MM-DD HH:mm:ss'
const date_compact_format = "DD MMM'YY HH:mm"

struct Longest {
inode int
Expand Down

0 comments on commit de732c8

Please sign in to comment.