DateTime.newLocal
glib.date_time.DateTime newLocal(int year, int month, int day, int hour, int minute, double seconds)Creates a new #GDateTime corresponding to the given date and time in the local time zone.
This call is equivalent to calling [glib.date_time.DateTime.new_] with the time zone returned by [glib.time_zone.TimeZone.newLocal].
Parameters
year | the year component of the date |
month | the month component of the date |
day | the day component of the date |
hour | the hour component of the date |
minute | the minute component of the date |
seconds | the number of seconds past the minute |
Returns
a #GDateTime, or null