Skip to content

Commit

Permalink
fix: smartDateVerbose at seconds (#132)
Browse files Browse the repository at this point in the history
* fix: smartDateVerbose at seconds

* revert the version increment
  • Loading branch information
datability-io authored and zhaoyongjie committed Nov 17, 2021
1 parent 7ad869b commit 59d0c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const smartDateFormatter = createMultiFormatter({
label: 'Verbose Adaptative Formatting',
formats: {
millisecond: '.%L',
second: ':%S',
second: '%a %b %d, %I:%M:%S %p',
minute: '%a %b %d, %I:%M %p',
hour: '%a %b %d, %I %p',
day: '%a %b %-e',
Expand Down

0 comments on commit 59d0c3b

Please sign in to comment.