Commit graph

1 commit

Author SHA1 Message Date
f71cbce771 fix(students): use timezone-aware datetime for attendance recording
Add `timezone` to imports in `point_system/students/views.py` and replace
`datetime.now()` with `timezone.now()` to ensure consistent time handling
and prevent issues with naive datetime objects during attendance
recording.

add llm_benchmark.py
2026-08-17 01:59:29 +08:00