Files
lfleischmann 3aef985fd9 fix: persisted passcode timestamps (#311)
Time.Now() uses local time but timezone information is lost on persisting
because pop timestamp columns are without timezone. On retrieval from the
DB the original timestamp is not wholly recoverable and leads to erroneous
comparisons (e.g. passcode expiry check). This commit changes that by
explicitly using UTC both on save and comparison.
2022-10-18 17:36:36 +02:00
..
2022-08-18 16:53:34 +02:00
2022-06-29 17:33:29 +02:00
2022-09-27 09:51:13 +02:00
2022-09-27 09:51:13 +02:00
2022-06-21 12:36:11 +02:00
2022-06-21 12:36:11 +02:00