summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-11-24 16:51:49 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-11-24 16:51:49 +0100
commit12362c0878155a29dae0942b94c7f5c1fa6d58dc (patch)
tree94ad80b2e39463a857cdbc34c0b21c99322d786f /gir/glib-2.0.c
parentae7062049f8d3248075334aa2376f8b2f5ec6055 (diff)
downloadgobject-introspection-12362c0878155a29dae0942b94c7f5c1fa6d58dc.tar.gz
Update glib annotations
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index ed64e309..9ac6f669 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -15171,6 +15171,10 @@
* some extensions from [RFC 3339](https://tools.ietf.org/html/rfc3339) as
* mentioned below.
*
+ * Note that as #GDateTime "is oblivious to leap seconds", leap seconds information
+ * in an ISO-8601 string will be ignored, so a `23:59:60` time would be parsed as
+ * `23:59:59`.
+ *
* <sep> is the separator and can be either 'T', 't' or ' '. The latter two
* separators are an extension from
* [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6).