Closed jwhayman closed 10 years ago
I noticed that Enigma wasn't accounting for Daylight Savings Time (DST) for the clock, resulting in my times being off.
I fixed it by editing the /Sidebar/World/World.inc file:
/Sidebar/World/World.inc
[MeasureTimeZone] RegExp=<gmtOffset>(.*)</gmtOffset>
to
[MeasureTimeZone] RegExp=<dstOffset>(.*)</dstOffset>
then I added DaylightSavingsTime=0 to [MeasureTime], [MeasureReal1], [MeasureReal2] which seems to have fixed it.
DaylightSavingsTime=0
[MeasureTime]
[MeasureReal1]
[MeasureReal2]
I noticed that Enigma wasn't accounting for Daylight Savings Time (DST) for the clock, resulting in my times being off.
I fixed it by editing the
/Sidebar/World/World.inc
file:to
then I added
DaylightSavingsTime=0
to[MeasureTime]
,[MeasureReal1]
,[MeasureReal2]
which seems to have fixed it.