Commit da59951
committed
fix(github): use proper ISO timestamp instead of literal 'now()' string
_update_last_used was passing string 'now()' which PostgreSQL stores
literally instead of evaluating. Now uses datetime.now(timezone.utc).isoformat()
for proper timestamp storage.1 parent 1e046a2 commit da59951
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments