Hello I've noticed that the date and time of my device is not real-time. I would like to ask how to change it to the current date and time. Since it is very essential in our development.

Thanks.

    Hi Justnothing
    The device getTimestampDevice()uses a monotonic clock that starts at device bootup and counts from 0:00:00. getTimestamp() however, gets the timedelta since the host (eg. PC) bootup. You will need to manually correct this since it can't yet be done through the API.

    Thanks,
    Jaka