CesiumGS/cesium-unreal-samples

Wrong `TimeZone` on `CesiumSunSky` in various levels

Open

#69 opened on Jan 22, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (54 forks)auto 404
good first issue

Repository metrics

Stars
 (224 stars)
PR merge metrics
 (PR metrics pending)

Description

Levels like 01_CesiumWorld and 02_CesiumMelbourne use a time zone that is not actually accurate to the region. Then, the solar time is set very early or late to compensate.

This isn't a problem when simply opening + viewing the level, but if you ever try to reposition the georeference, it updates the timezone for that longitude. This can result in total darkness if the solar time is late at night.

Contributor guide