(20241223) Zerodha expiry bug fixed.

This commit is contained in:
2024-12-23 13:18:09 +05:30
parent 44d4670cee
commit 78ce884e87
4 changed files with 1 additions and 1 deletions
@@ -182,7 +182,7 @@ class TradingSymbol(BaseModel):
datetime.time(hour = 0, minute = 0, second = 0)
),
timezone = date_time.TIMEZONE_UTC
),
) if instrument["expiry"] else None,
expiryTz = "Asia/Kolkata"
)
View File
View File