SQLite Forum

Minor typo in documentation
Login
In the page on "Date and Time Functions" (https://sqlite.org/lang_datefunc.html), the explanation of format strings has the following detail about the %H modifier:

%H		hour: 00-24

Is it supposed to be 00-23 rather than 00-24?  I have tried various values of time, and different numbers of minutes and hours subtracted from them, but have never been able to get strftime to return 24 with %H.  What would hour 24 even mean.  I thought times in a day only go from 00:00:00 to 23:59:59.  What does a time of 24:00:00 mean?