connman: sync hw clock in UTC time

This commit is contained in:
Gregor Fuis 2012-05-22 18:41:24 +02:00
parent 0d2157f0f7
commit a41ea125f0

View File

@ -195,7 +195,7 @@ fi
# sleep 30 seconds before hw clock is synced
usleep 30000000
progress "syncing hardware clock with system clock"
/sbin/hwclock --systohc
/sbin/hwclock --systohc --utc
)&
fi