You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently GLib doesn't have a way to create a DateTime object exactly representing a iso8601 timestamp. Instead, the parsed timestamp is converted to utc. The conversion itself is valid, but the original timezone is lost.
There is an implementation of the required functionality in gstreamer, implemented here, yet their datetime struct diverges from the GLib one. Instead of fixing the glib it is also be possible to implement the missing functionality in liboparl.
The text was updated successfully, but these errors were encountered:
Currently GLib doesn't have a way to create a DateTime object exactly representing a iso8601 timestamp. Instead, the parsed timestamp is converted to utc. The conversion itself is valid, but the original timezone is lost.
There is an implementation of the required functionality in gstreamer, implemented here, yet their datetime struct diverges from the GLib one. Instead of fixing the glib it is also be possible to implement the missing functionality in liboparl.
The text was updated successfully, but these errors were encountered: