fix timezone handling and logging fallback robustness

This commit is contained in:
windyboy
2026-02-09 20:16:39 +08:00
parent 976a1fa1d0
commit aa0dc8ec47
13 changed files with 492 additions and 86 deletions
+4
View File
@@ -20,6 +20,10 @@ uv pip install -e ".[dev]"
vlm --help
```
Reports and inventory exports store `modified_timestamp` values in UTC (`YYYY-MM-DDTHH:MM:SS`).
If file logging cannot be initialized (for example, unwritable log directory), VLM falls back to console logging and continues running.
## Development
Run tests: