Skip to content

Commit 609b9fd

Browse files
Update src/main/java/edu/ie3/datamodel/io/factory/timeseries/TimeBasedWeatherValueFactory.java
change request by reviewer Co-authored-by: Sebastian Peter <sebastian.peter@tu-dortmund.de>
1 parent 2a0491b commit 609b9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/io/factory/timeseries/TimeBasedWeatherValueFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public abstract class TimeBasedWeatherValueFactory
2222

2323
protected TimeBasedWeatherValueFactory() {
2424
super(WeatherValue.class);
25-
this.timeUtil = new TimeUtil(DateTimeFormatter.ISO_OFFSET_DATE_TIME);
25+
this.timeUtil = TimeUtil.withDefaults;
2626
}
2727

2828
protected TimeBasedWeatherValueFactory(DateTimeFormatter dateTimeFormatter) {

0 commit comments

Comments
 (0)