Skip to content

Commit

Permalink
fix: smartDateVerbose at seconds (apache#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 xtinec committed Apr 8, 2019
1 parent 22ef4b1 commit d29bfd0
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 d29bfd0

Please sign in to comment.