I am looking for an easy way to construct a Time object from a String. Is it right that I need to parse the String myself?
Parsing a date/time correctly is such a can-of-worms that I’ve not even considered attempting to provide a class for it!
Fair enough 
In this case I will try harder to use epoch time only.
