The Configuration interface currently has no support for retrieving dates and times.
It must be decided whether we should use more general names such as getTimestamp() or more technically accurate names such as getInstant() to retrieve an Instant. Similarly whether getTime() would be best to retrieve a LocalTime, or if simply the true type name should be used in the method name.