This did not work for me in version 5.8.0 either.
So I had a look at the available XPath functions, since SoapUI is relying on a library for this. Here is what is working:
starts-with(//geonames/timezone/time, "2012-07-25")
The expected result field should contain: true
See more functions here: XPath functions