It’s read with the hours and minutes as 1 number.
If I break the hours and minutes apart a ‘0’ is added before the hour if the time is 0 - 9 o’clock.
Did the same with tts.google_say and the time is read correctly + even added the moment of the day to it. (morning, afternoon, evening)
The moment of the day can be added, so that’s not an issue.
Is it possible though to have 3 o’clock read as 3 and not 03?
@pdwonline (or anyone else): when the time is on the hour (e.g. 11:00) the second number is read as 0 which of course is correct.
Is there a way to omit that part in case it’s 00?