Now I want to create an TTS notification that basically says: “Good night, the alarm is set to 10 30”. How can I access the hours and minutes to process them further?
the issue I see right now is that “GMT” part in there. Everything else can be factored in using strptime.
Is there some reason that the time string is sent using that (very non-standard) format? It’s kind of all over the place. Can you change that to be more standardized?
It think it will as long as the format is always the same. The only issue I see is if the date is a zero padded number or not. if not then it will throw off the count. I think…
Thanks, that works. I dont really care which time stamp to use - just thought initially that it would be easier with the human readable one. But likely that was a wrong assumption
Had a time stamp quest, did a forum search to find this post to then get linked to the recommended post, and yet, the recommended post doesn’t show in my initial search