Description
When refresh a segment whose start date is before 1970-01-01, the "Submit" button is disabled, user couldn't proceed.
The root cause is, in refresh page it checks whether the start time is > 0, if not the button is disabled; This check should be removed to support earlier dates.