Skip to content

Commit 0f362f2

Browse files
revert Default_Timestamp_Pattern
1 parent 1b654d7 commit 0f362f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
public class CouchbaseWeatherSource extends WeatherSource {
3636
private static final Logger logger = LoggerFactory.getLogger(CouchbaseWeatherSource.class);
3737
/** The start of the document key, comparable to a table name in relational databases */
38+
private static final String DEFAULT_TIMESTAMP_PATTERN = "yyyy-MM-dd'T'HH:mm:ssxxx";
3839
private static final String DEFAULT_KEY_PREFIX = "weather";
3940

4041
private final String keyPrefix;

0 commit comments

Comments
 (0)