CSCI-GA-2820-FA23-003 / promotions

NYU DevOps Promotions Service Fall 2023-003
Apache License 2.0
1 stars 0 forks source link

Database timestamp type error #39

Closed Kamikuz closed 9 months ago

Kamikuz commented 10 months ago

Describe the bug The time type for created_at, updated_up and expired should using datetime not date

To Reproduce Steps to reproduce the behavior:

  1. When call the restful api of model, the timestamp only see the date, not including the time

Expected behavior A detailed date with time

Observed behavior Only date