diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index 70143ceb..4e5ad3a2 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -17,4 +17,5 @@ EXTRA_DIST = \
org.freedesktop.ModemManager.Modem.Gsm.SMS.xml \
org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml \
org.freedesktop.ModemManager.Modem.Location.xml \
- org.freedesktop.ModemManager.Modem.Simple.xml
+ org.freedesktop.ModemManager.Modem.Simple.xml \
+ org.freedesktop.ModemManager.Modem.Time.xml
diff --git a/introspection/all.xml b/introspection/all.xml
index 2a85a076..8f23aac5 100644
--- a/introspection/all.xml
+++ b/introspection/all.xml
@@ -37,6 +37,7 @@
+
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Time.xml b/introspection/org.freedesktop.ModemManager.Modem.Time.xml
new file mode 100644
index 00000000..cfdb9a38
--- /dev/null
+++ b/introspection/org.freedesktop.ModemManager.Modem.Time.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+ This interface allows clients to receive network time and timezone
+ updates broadcast by mobile networks.
+
+
+
+
+ The timezone data provided by the network. It may include one of more
+ of the following fields:
+
+ 'offset': offset of the timezone from UTC, in minutes (including DST,
+ if applicable).
+ 'dst_offset': amount of 'offset' that is due to DST, in minutes.
+ 'leap_seconds': number of leap seconds included in the network 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 a date and time in
+ ISO 8601 format.
+
+ If the network time is unknown, the empty string.
+
+
+
+
+
+
+ Sent when the network time is updated.
+
+
+
+ If the network time is known, a string containing a date and time in
+ ISO 8601 format.
+
+ If the network time is unknown, the empty string.
+
+
+
+
+