Fixed weirdness with 24 hour presentation.
This commit is contained in:
parent
4b88a337cf
commit
2369a69e2b
@ -345,8 +345,6 @@ if [ "$speakTime" == "true" ] ; then
|
||||
timeStringHour="$(date +'%-H')"
|
||||
if [ $timeStringHour -eq "0" ]; then
|
||||
timeString="zero"
|
||||
elif [ $timeStringHour -lt 10 ]; then
|
||||
timeString="O $(number_to_text $timeStringHour)"
|
||||
else
|
||||
timeString="$(number_to_text $timeStringHour)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user