Refer to system time as "clock" instead of "now".
This commit is contained in:
parent
e7463c5125
commit
7d05b4c777
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ class MapFragment : Fragment()
|
||||||
{
|
{
|
||||||
map_current_time.text = """
|
map_current_time.text = """
|
||||||
state: ${state_name()}
|
state: ${state_name()}
|
||||||
now: ${iso8601_local_noms(System.currentTimeMillis())}
|
clock: ${iso8601_local_noms(System.currentTimeMillis())}
|
||||||
location: ${iso8601_local_noms(tracker.currentBestLocation.time)}
|
location: ${iso8601_local_noms(tracker.currentBestLocation.time)}
|
||||||
listeners: ${iso8601_local_noms(tracker.listeners_enabled_at)}
|
listeners: ${iso8601_local_noms(tracker.listeners_enabled_at)}
|
||||||
motion: ${iso8601_local_noms(tracker.last_significant_motion)}
|
motion: ${iso8601_local_noms(tracker.last_significant_motion)}
|
||||||
|
|
Loading…
Reference in a new issue