It seems when a TimeStamp option is defined on a Time measure, the TimeZone option has no effect on the measure. This probably is completely normal, if you defined the time stamp, the time zone doesn't matter anymore.It's displayed as intended but not automatically adjusted to my timezone. If I were to correct it manually, I could add 28,800 seconds to it. I just wondered why it would not automatically adjust.
The solution in my opinion is indeed what you figured out: to add 28800 (8 hours) to the sum calculated by the [MeasureUnixTimeToWindowsTime] measure, by altering its Formula option: Formula=( [MeasureWorldBossSpawnTime:] + 11644473600 + 8 * 3600 ).
Statistics: Posted by balala — Yesterday, 3:51 pm