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 be4b388 commit 38827a9Copy full SHA for 38827a9
README.md
@@ -76,8 +76,8 @@ delivery_area = DeliveryArea(
76
code_type=EnergyMarketCodeType.EUROPE_EIC
77
)
78
delivery_period = DeliveryPeriod(
79
- start=datetime.fromisoformat("2024-05-01T00:00:00"),
80
- duration=datetime.timedelta(minutes=15)
+ start=datetime.fromisoformat("2024-05-01T00:00:00+00:00"),
+ duration=timedelta(minutes=15)
81
82
price = Price(amount=Decimal("50.0"), currency=Currency.EUR)
83
quantity = Energy(mwh=Decimal("0.1"))
0 commit comments