Zitat Zitat von DaMar Beitrag anzeigen
Ist der Schlüssel timestamp in jedem Alarm der Unix-Timestamp + drei Stellen der Millisekunden? Wenn ja, sind die Millisekunden gerundet?

Der einfache Unix-Timestamp ist nämlich normalerweise nur zehn Stellen lang!? Der timestamp in firEmergency hat dreizehn Stellen!?
Java-Timestamp:
Returns the current time in milliseconds. Note that while the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds.