Nokia E55: needs absolute alarm times (MBC #1657)
As discussed on the mailing list, the Nokia E55 needs alarm times in UTC. This rule enables that, using the mechanism introduced earlier for Mobical.
This commit is contained in:
parent
f7f0bee61b
commit
581551d5ff
1 changed files with 14 additions and 0 deletions
14
src/syncevo/configs/remoterules/server/46_E55.xml
Normal file
14
src/syncevo/configs/remoterules/server/46_E55.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<remoterule name="E55">
|
||||
<manufacturer>NOKIA</manufacturer>
|
||||
<model>E55-1</model>
|
||||
|
||||
<rulescript><![CDATA[
|
||||
// no dates before 1980
|
||||
mindate=(TIMESTAMP)"19800101T000000Z";
|
||||
alarmTimeToUTC = TRUE;
|
||||
]]></rulescript>
|
||||
|
||||
<descriptivename>Nokia E55</descriptivename>
|
||||
</remoterule>
|
||||
|
||||
|
Loading…
Reference in a new issue