How to start when I want to create SST timezone including date and time

Hi Everyone,
I want to create the SST timezone. But I am a beginner in Cesiumjs…

I know the Julian Dates can help me in constructing the SST timezone.

I also heard from other disucssion that they should use dateformatter or timeformatter and animation edit function to do this…

However, there is no example…

I would like to know on what are the steps on how to achieve this task???

I would want to show the timing on the clock on the left side in the Cesiumjs Sandcastle… Timeline is not required…

Thanks you…

Abdullah

Hello,

Here’s the documentation for the Animation Widget, which is the clock on the the left side that you mentioned. The AnimationViewModel has a TimeFomatter function that you would override.

Thanks,

Gabby