I try to convert the '00:00:00', to 0 seconds on UI with React intl.
<MenuItem
value='00:00:00'
primaryText={
<FormattedTime
second='numeric'
units='second'
value={new Date(2012, 11, 20, 3, 0, 0)}
/>
}
/>
How to show on UI '0 seconds'