On 2025-11-27 14:06, Remind list wrote: > > There's is the small hiccup that remind/trigtime() can't readily tell > > the difference between *no* AT entry and AT 00:00. > > You could, I suppose, disambiguate with: > > typeof($Tt) == "TIME" > > which is true for 00:00 and false for 0.
Ooh, somehow I'd missed the addition of typeof(). Excellent...thanks! -tim -- _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
