How to change the default Cesium timeline ticks from 10 minutes to 15 minutes intervals?

1. A concise explanation of the problem you're experiencing.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you're using, your operating system and browser.

Hi there,

While as far as I’m aware, you can’t set the tick marks with the public API, you can zoom to a specific time range using Timeline.zoomTo.

Hope that helps, thanks!

Gabby