Commit graph

6 commits

Author SHA1 Message Date
887c35a1c8
Fix DateTime.to_iso8601 error by handling NaiveDateTime
- Handle both DateTime and NaiveDateTime structs from database
- Convert NaiveDateTime to UTC DateTime before formatting
- Add fallback for string timestamps
- Fixes FunctionClauseError when processing packets
2025-07-29 10:57:36 -05:00
566198afa7
clean up warnings 2025-07-16 08:55:46 -05:00
8e507702f7
more performance improvements/cleanup 2025-07-14 16:49:55 -05:00
e6ccb9662b
major refactor for cleanup 2025-07-14 12:06:10 -05:00
b1ee1f92f9
dont parse device identifiers on each insert 2025-07-10 15:16:01 -05:00
48447ab42e
refactor and performance improvements 2025-07-10 10:53:34 -05:00