Hi Antti,

ofono-boun...@ofono.org wrote:
> ---
>  doc/network-time-api.txt |   36 ++++++++++++++++++++++++++++++++++++
>  1 files changed, 36 insertions(+), 0 deletions(-)  create
> mode 100644 doc/network-time-api.txt
> 
> diff --git a/doc/network-time-api.txt
> b/doc/network-time-api.txt new file mode 100644 index
> 0000000..9133a73 --- /dev/null +++ b/doc/network-time-api.txt
> @@ -0,0 +1,36 @@
> +Network time hierarchy
> +======================
> +
> +Interface    com.meego.NetworkTime
> +Object path  [variable]
> +
> +Methods              void Notify(dict info)
> +
> +                     Notifies the service of current time and date
> +                     as notified by the cellular network.  The info
> +                     argument contains a dictionary with the
> +                     following possible keys:
> +
> +                     int64 UTC [optional]
> +                             Network time in seconds from epoch
> +                             normalized to device boot time.
> +                             Reveicing entity obtains current real
> +                             time by adding the value from monotonic
> +                             clock e.g.
> +                             clock_gettime(CLOCK_MONOTONIC,...).
> +
> +                     int32 Timezone [optional]
> +                             Current timezone offset in seconds from
> +                             UTC.
> +
> +                     int32 DST [optional]
> +                             Current daylight saving setting in
> +                             hours.

few hours back I delivered a patch for converting the DST from hours to
seconds in ofono driver code.
are we going to take that into consideration?

Aki??

Regards,
Jeevaka
_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to