[Fixed]-Django DateTimeField default with timezone 20 December 2023 by thecoderscamp.com 1👍 Try this: pickupTime = models.DateTimeField(default=datetime.now) It should work. 👤Carlos Parra Django Serialize to Json from Super class Source:stackexchange.com