Commit graph

6 commits

Author SHA1 Message Date
1110288d84 Migrate from testify to nalgeon/be testing library
- Replace all testify/assert and testify/require with be library
- Update go.mod to use be v0.3.0 instead of testify
- Simplify test assertions using be.Equal, be.Err, and be.True
- Refactor append_test, entry_test, meta_test, log_test, and formatter tests
2026-02-13 16:02:38 -06:00
ece9256745 👽️ Support changes in go-dateparser 2024-10-07 15:50:33 -05:00
7e54d6e46c Fix parse_date_test for DST 2024-03-10 13:50:13 -05:00
391452e3d9 ParseDate should handle DateFormat 2024-02-25 12:36:43 -06:00
44e79916d3 🐛 Only truncate minutes and seconds
Also ensure we're getting date.Time for specific times
2024-02-25 09:53:52 -06:00
70b82761c2 Add tools.ParseDate 2024-02-24 20:38:27 -06:00