Change time zone and default position of the globe

Hi,

  • You may use HTML Geolocation to get browser’s location and set it to default camera position as recommended by emacky on this stackoverflow post.

You may check this similar post.

You can also change viewer’s current time like:
viewer.clock.currentTime = new Cesium.JulianDate(2457522.154792);

I hope it would be helpful to you.

  • Regards,