We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b654d7 commit 0f362f2Copy full SHA for 0f362f2
src/main/java/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSource.java
@@ -35,6 +35,7 @@
35
public class CouchbaseWeatherSource extends WeatherSource {
36
private static final Logger logger = LoggerFactory.getLogger(CouchbaseWeatherSource.class);
37
/** 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";
39
private static final String DEFAULT_KEY_PREFIX = "weather";
40
41
private final String keyPrefix;
0 commit comments