Skip to content

Commit

Permalink
Closes elastic#6283. Fixes date format error for millisecond intervals.
Browse files Browse the repository at this point in the history
  • Loading branch information
stormpython authored and Rashid Khan committed Mar 8, 2016
1 parent cd65d09 commit 6cfa3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ define(function (require) {
type: 'json',
value:
'[\n' +
' ["", "hh:mm:ss.SSS"],\n' +
' ["", "HH:mm:ss.SSS"],\n' +
' ["PT1S", "HH:mm:ss"],\n' +
' ["PT1M", "HH:mm"],\n' +
' ["PT1H",\n' +
Expand Down

0 comments on commit 6cfa3af

Please sign in to comment.