- Joined
- Jun 12, 2019
- Messages
- 10
- Reaction score
- 1
as per my previous 2 posts here and here DST for the SAST time zone is incorrect in the fanvil provisioning templates.
DST has taken affect again and now our times are off by 1 hour for the 3rd year...
This is a snippet of the fanvil.ph.xml template with the timezone I'm in:
and this is all I've changed in my custom template :
both Harare & Pretoria should not have DST.
Please can we see to it that the template gets updated as I'm now sitting with an unsupported config due to the custom templates.
DST has taken affect again and now our times are off by 1 hour for the 3rd year...
This is a snippet of the fanvil.ph.xml template with the timezone I'm in:
<option value="32" displaytext="GMT+2 Harare, Pretoria" zone="2:00" id="65">
<item name="timezonename">EET_002</item>
<item name="dstenabled">0</item>
<item name="dstoffsetminutes"></item>
<item name="dststartmonth"></item>
<item name="dststartweek"></item>
<item name="dststartday"></item>
<item name="dststarthour"></item>
<item name="dststartmin"></item>
<item name="dstendmonth"></item>
<item name="dstendweek"></item>
<item name="dstendday"></item>
<item name="dstendhour"></item>
<item name="dstendmin"></item>
<item name="timezonex3s">8</item>
<item name="timezonenamex3s">UTC+2</item>
<item name="locationx3s">10</item>
<item name="dstx3s">1</item>
</option>
and this is all I've changed in my custom template :
<item name="dstx3s">0</item>
both Harare & Pretoria should not have DST.
Please can we see to it that the template gets updated as I'm now sitting with an unsupported config due to the custom templates.