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:
Patrick Ohly 2010-05-04 09:48:54 +02:00
parent f7f0bee61b
commit 581551d5ff

View 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>