Removed TODOs that are in bug tracker
This commit is contained in:
parent
e8a6509c73
commit
2d244f0631
|
@ -21,31 +21,13 @@ from agenda import spacexdata
|
||||||
warnings.simplefilter(action="ignore", category=FutureWarning)
|
warnings.simplefilter(action="ignore", category=FutureWarning)
|
||||||
|
|
||||||
|
|
||||||
# bin and recycling information
|
|
||||||
# birthdays
|
|
||||||
# conferences
|
|
||||||
# end of financial year: 5 April
|
|
||||||
# deadline to file tax return
|
# deadline to file tax return
|
||||||
# Christmas day
|
|
||||||
# last Christmas posting day
|
|
||||||
# wedding anniversary
|
|
||||||
# DONE: markets open/close
|
|
||||||
# DONE: next bank holiday
|
|
||||||
# DONE: economist
|
|
||||||
# could know about the Christmas double issue
|
|
||||||
# economist technology quarterly
|
|
||||||
# credit card expiry dates
|
# credit card expiry dates
|
||||||
# morzine ski lifts
|
# morzine ski lifts
|
||||||
# chalet availablity calendar
|
# chalet availablity calendar
|
||||||
|
|
||||||
# sunrise and sunset
|
# sunrise and sunset
|
||||||
# starlink visible
|
# starlink visible
|
||||||
# next installment of the Up TV series: 70 Up in 2026
|
|
||||||
|
|
||||||
# end of Amazon Prime
|
|
||||||
|
|
||||||
# mother's day - fourth Sunday of Lent
|
|
||||||
# father's day - third Sunday of June
|
|
||||||
|
|
||||||
here = dateutil.tz.tzlocal()
|
here = dateutil.tz.tzlocal()
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
|
|
Loading…
Reference in a new issue