1
0
mirror of https://github.com/bspeice/dtparse synced 2025-04-04 13:01:29 -04:00
Commit Graph

18 Commits

Author SHA1 Message Date
taichong
fbf77b442d fix: modify check timezone index 2024-07-16 23:53:41 +08:00
taichong
317a854b9f fix: invalid timezone should return err not panic 2024-07-16 22:18:00 +08:00
b925b968ca Fix deprecations 2023-03-25 02:29:55 +00:00
4d8ade4b05 #36: Add test to assert no longer panics 2022-06-15 22:20:37 -04:00
6a88885ef5 #35: Add test to make sure it does not panic 2022-06-15 22:18:20 -04:00
a193a79afa Add a test for issue 34 2022-06-15 22:16:15 -04:00
028c45e3fe Fix #32 and #33 2021-08-23 22:36:03 -04:00
Chris Gillespie
bf456f466f Handle panic from large integers 2020-10-04 16:26:50 -07:00
f1ca602e9f Properly handle no date content being found 2020-06-11 15:00:37 -04:00
61022c323e Cargo fmt 2020-06-11 13:11:52 -04:00
2a2f1e7fbd Fix #21 2020-05-29 14:23:54 -04:00
030ca4fced Rustfmt 2019-11-13 23:18:37 -05:00
741afa3451 Remove a last println and use a static default parser
Heap profilers are fun
2018-09-17 23:14:50 -04:00
Bradlee Speice
44e37b364c Much simpler API surface
And getting rid of the dumb "internal" error type
2018-07-24 23:28:38 -04:00
Mike Meehan
e1c7c8424a Improve error message to match dateutil 2018-07-18 23:03:53 -04:00
Mike Meehan
ac95e9e8c3 Add fuzzing, find and fix a parser bug. 2018-07-18 22:27:29 -04:00
Bradlee Speice
41d7194898 Merge branch 'master' into fuzzy_dates 2018-07-08 22:01:14 -04:00
Bradlee Speice
e049618fff Redo the tokenization
Still has issues with one test case for fuzzy
2018-07-08 14:30:48 -04:00