Two clocks defaulted to local time.Now while the rest of the codebase writes UTC, so ao session get showed created and updated in different timezones: - session manager clock → spawn-stamped CreatedAt/UpdatedAt - lifecycle manager clock → activity-driven LastActivityAt/UpdatedAt A real spawn made this visible: createdAt came back UTC but updatedAt/ lastActivityAt were local once the agent reported activity. Default both clocks to UTC. Closes #214 |
||
|---|---|---|
| .. | ||
| manager.go | ||
| manager_test.go | ||
| reactions.go | ||
| runtime.go | ||