function set_time(time_: GLib.Time): void { // Gjs wrapper for g_date_set_time() }
Sets the value of a date from a GLib.Time value. The time to date conversion is done using the user's current timezone.
GLib.Time value to set.