realtime property

int realtime
final

Milliseconds since the device was booted (value zero) including deep sleep.

This clock is guaranteed to be monotonic, and continues to tick even in power saving mode. The value zero is Unix Epoch UTC (Jan 1, 1970 00:00:00). This DateTime, from USA PST, would be Dec 31, 1960 16:00:00 (UTC - 8 hours).

Implementation

final int realtime;