Closed Prithivi-Raj closed 2 years ago
@Prithivi-Raj Rather than e.g. pd.datetime.now() you should use the datetime library directly, e.g.
pd.datetime.now()
from datetime import datetime datetime.now()
Originally posted by @jack89roberts in https://github.com/alan-turing-institute/WimbledonPlanner/issues/63#issuecomment-993696814
Referencing issue for future remembrence
@Prithivi-Raj Rather than e.g.
pd.datetime.now()
you should use the datetime library directly, e.g.Originally posted by @jack89roberts in https://github.com/alan-turing-institute/WimbledonPlanner/issues/63#issuecomment-993696814
Referencing issue for future remembrence