fix default time format to include fractions of seconds

pull/3059/head
ebb-tide 2018-03-26 19:14:48 -07:00
parent 4334391e5a
commit cfa26336a8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export const NULL_ARRAY_INDEX = -1
export const NULL_HOVER_TIME = '0'
export const TIME_FORMAT_DEFAULT = 'MM/DD/YYYY HH:mm:ss.ss'
export const TIME_FORMAT_DEFAULT = 'MM/DD/YYYY HH:mm:ss.SS'
export const TIME_FORMAT_CUSTOM = 'Custom'
export const TIME_FIELD_DEFAULT = {