For example, with the following data:
const singleDate = {
end_date: [-662688000, -631152000],
end_year: [1949, 1950],
name: 'Single Date',
start_date: [-946771200, -915148800],
start_year: [1940, 1941],
uuid: 'fadf0694-bfb4-46c5-88a6-2be988548893'
};
This timeline does not render the item in UTC-5, as it undergoes timeline conversion:
<FacetTimeline
data={[singleDate]}
range={{min: 1940, max: 1954}}
refine={action('refine')}
start={[1940, 1954]}
/>