No description
Find a file
Xiao Furen 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
point_system fix(students): use timezone-aware datetime for attendance recording 2026-08-17 01:59:29 +08:00
.gitignore feat: implement student attendance tracking and weekly report scheduling system with AD authentication support 2026-08-04 06:06:44 +08:00
llm_benchmark.py fix(students): use timezone-aware datetime for attendance recording 2026-08-17 01:59:29 +08:00