Use Case
TimestampMixin creates timestamp at UTC time
"created_at": "2026-01-07T16:29:08.308836+00:00",
"updated_at": "2026-01-07T16:29:08.308870+00:00",
should support UTC+8 time
Proposed Solution
provide a timezone specific argument in settings, and a timezone specific factory function in mixin
Alternatives Considered
Implementation Notes
N/A
Use Case
TimestampMixin creates timestamp at UTC time
should support UTC+8 time
Proposed Solution
provide a timezone specific argument in settings, and a timezone specific factory function in mixin
Alternatives Considered
Implementation Notes
N/A