Commit 33dbbc7
fix(spp_change_request_v2): use Datetime.now() for membership start_date
fields.Date.today() produces midnight UTC, which displays incorrectly
in non-UTC timezones. The membership start_date field is a Datetime, so
use fields.Datetime.now() to record the actual time the member was added.1 parent 6130efd commit 33dbbc7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments