GDateTime
GDateTime is a date and time representation provided by GLib, the core utility library used by GNOME and many GTK-based applications. It stores a specific moment in time along with a time zone, enabling consistent handling of dates and times across platforms and locales.
GDateTime is a boxed, reference-counted type. Instances are created via constructor helpers that can specify calendar
The API allows access to the individual components of the timestamp, such as year, month, day, hour,
GDateTime integrates with GLib’s broader time utilities, including support for time zone conversions and interoperability with
Historically, GDateTime is part of GLib’s date and time API and is widely used in GNOME-based software,