-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the default time pattern for persisting time series keys instead of the toString
method
#766
Comments
Also I decided to simplify the time pattern to conform to the default time pattern we set up in the |
@sebastian-peter : This is the discussion we had some time ago regarding The logic changes are quite minor, have a look here: #767 |
As per our discussion:
For the short term solution we need to make sure that we actually respect the time zones in weather retrieval accordingly!! |
Additional it might be also necessary to check PvModels needs of time format - e.g. in |
…me-pattern # Conflicts: # src/main/java/edu/ie3/datamodel/io/processor/Processor.java # src/main/java/edu/ie3/datamodel/io/source/csv/CsvTimeSeriesSource.java # src/test/groovy/edu/ie3/datamodel/io/source/csv/CsvTimeSeriesSourceTest.groovy
Currently the to string persistence outputs time strings with the [UTC] postfix which we can't easily parse. Use the default time pattern instead.
The text was updated successfully, but these errors were encountered: