Development#112
Merged
sondresjolyst merged 3 commits intomainfrom Apr 21, 2026
Merged
Conversation
* chore(main): release 2.0.2 (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * deps: Bump Serilog.Sinks.Console from 6.0.0 to 6.1.1 --- updated-dependencies: - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sondre Sjølyst <18713420+sondresjolyst@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#106) * chore(main): release 2.0.2 (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * deps: Bump Npgsql.EntityFrameworkCore.PostgreSQL from 9.0.3 to 9.0.4 --- updated-dependencies: - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sondre Sjølyst <18713420+sondresjolyst@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
NordPool started returning delivery dates in 'MM/dd/yyyy HH:mm:ss' format instead of ISO 8601, causing a FormatException in ParseDeliveryDate. Added ParseDeliveryDate() helper (aligned with the main-branch timezone fix) that handles all three formats NordPool may return: - ISO with T (e.g. 2026-04-18T22:00:00Z) - parsed as UTC via DateTimeOffset - MM/dd/yyyy HH:mm:ss (new NordPool format) - stored as UTC midnight - yyyy-MM-dd (date-only) - stored as UTC midnight This prevents both the FormatException and timezone-dependent duplicate rows, and fixes both the background fetch job and the controller endpoint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.