bugfix pressure: string addition date_col and time_col
If date or time column are given sparately, and one or both are formatted only as numbers, they will be parsed as integers and adding them fails. Now they are converted to string format in this case.