ryonakano / reco

An audio recorder focused on being concise and simple to use
GNU General Public License v3.0
80 stars 20 forks source link

Back to 00:00:00 after 23:59:59 #212

Closed ryonakano closed 1 year ago

ryonakano commented 1 year ago

I overlooked at the doc of GLib.DateTime……

According to https://valadoc.org/glib-2.0/GLib.DateTime.DateTime.html:

hour must be between 0 and 23 and minute must be between 0 and 59.