Hi Everyone,
I want to change the UTC timezone to SST timezone. Is there any way???
My code is found below…
Hello World!
@import url(../Build/Cesium/Widgets/widgets.css);
html, body, #cesiumContainer {
width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;
}
Hi Everone,
I know the the Julian Date are in UTC and how am I supposed to change to SST using dateFormatter and timeFormatter???
Cheers,
Abdullah
Hi there,
Unfortunately, these are the only standard time formats we currently support: http://cesiumjs.org/Cesium/Build/Documentation/TimeStandard.html
However, conversion shouldn’t be too difficult.
JulianDate has some helpful methods: http://cesiumjs.org/Cesium/Build/Documentation/JulianDate.html
You might also want to keep an eye on this thread: https://github.com/AnalyticalGraphicsInc/cesium/issues/5663
Hope that helps,
Hi Rachel,
I want to change the timezone and i want only the displayed time on the clock excluding the timeline…
Is the code quite long to implement the displayed time and the timezone???
cheers,
abdullah