ModemManager.NetworkTimezone¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class ModemManager.NetworkTimezone(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.NetworkTimezonestructure contains private data and should only be accessed using the provided API.- get_dst_offset()¶
 - Returns:
 the offset, or %MM_NETWORK_TIMEZONE_OFFSET_UNKNOWN if unknown.
- Return type:
 
Gets the timezone offset due to daylight saving time (in minutes) reported by the network.
New in version 1.0.
- get_leap_seconds()¶
 - Returns:
 the number of leap seconds, or %MM_NETWORK_TIMEZONE_LEAP_SECONDS_UNKNOWN if unknown.
- Return type:
 
Gets the number of leap seconds (TAI-UTC), as reported by the network.
New in version 1.0.