From 7890b185682711d7e4f99060bd9cc46d2f35464b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 2 Mar 2026 18:33:00 -0600 Subject: [PATCH] fix: set timestamp for new log in quick eggs form --- src/wuttafarm/web/views/quick/eggs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wuttafarm/web/views/quick/eggs.py b/src/wuttafarm/web/views/quick/eggs.py index e5461b1..3a21ff7 100644 --- a/src/wuttafarm/web/views/quick/eggs.py +++ b/src/wuttafarm/web/views/quick/eggs.py @@ -196,6 +196,7 @@ class EggsQuickForm(QuickFormView): "type": "log--harvest", "attributes": { "name": f"Collected {data['count']} {unit_name}", + "timestamp": self.app.localtime(data["timestamp"]).timestamp(), "notes": notes, "quick": ["eggs"], },