-
Notifications
You must be signed in to change notification settings - Fork 11k
Open
Description
base model uses datetime.utcnow() (current time in UTC):
AirBnB_clone_v2/models/base_model.py
Line 47 in ce73eb1
| self.created_at = datetime.utcnow() |
but the unit tests use
datetime.now() (current time in local timezone):| tic = datetime.now() |
so the test will fail if you're not in that timezone
Metadata
Metadata
Assignees
Labels
No labels