![]() |
![]() |
![]() |
ModemManager Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Properties | Signals |
org.freedesktop.ModemManager1.Modem.Timeorg.freedesktop.ModemManager1.Modem.Time — The ModemManager Time interface. |
GetNetworkTime (OUT s time);
This interface allows clients to receive network time and timezone updates broadcast by mobile networks.
GetNetworkTime (OUT s time);
Gets the current network time.
This method will only work if the modem tracks, or can request, the current network time; it will not attempt to use previously-received network time updates on the host to guess the current network time.
|
If the network time is known, a string containing date and time in ISO 8601 format. If the network time is unknown, the empty string. |
NetworkTimezone readable a{sv}
The timezone data provided by the network. It may include one or more of the following fields:
|
Offset of the timezone from UTC, in minutes (including DST, if applicable),
given as a signed integer value (signature "i" ).
|
|
Amount of offset that is due to DST (daylight saving time),
given as a signed integer value (signature "i" ).
|
|
Number of leap seconds included in the network time,
given as a signed integer value (signature "i" ).
|