Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnbruckner/ha-sun2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.4
Choose a base ref
...
head repository: pnbruckner/ha-sun2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.5
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 20, 2024

  1. Use UTC datetimes internally (#136)

    Python datetime object comparisons and math don't work as expected
    when the objects are aware and have the same tzinfo attribute.
    Basically, the fold attribute is ignored in this case, which can lead to
    wrong results. Avoid this problem by using aware times in UTC internally.
    Only use local time zone for user visible attributes.
    pnbruckner authored Nov 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    59550e6 View commit details
  2. Bump version to 3.3.5

    pnbruckner committed Nov 20, 2024
    Copy the full SHA
    59b1869 View commit details
Loading