Commit Graph

  • 82b04c8f43
    Merge de86b79126d3fd4ea441450face8181300834ca4 into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e klondikedragon 2025-04-18 16:21:38 -06:00
  • de86b79126
    Merge pull request #7 from itlightning/syslog-formats klondikedragon 2025-04-12 15:50:26 -06:00
  • b058bd310c Add support for RFC3164/RFC5424 formats Klondike Dragon 2025-04-12 15:48:03 -06:00
  • 2c0ba64777
    Merge pull request #6 from itlightning/enhance-dateparse-example klondikedragon 2025-04-12 12:53:05 -06:00
  • 3df9b0840b Fix latest lint errors Klondike Dragon 2025-04-12 12:51:50 -06:00
  • ee6424ca5d Upgrade go dependencies to latest Klondike Dragon 2025-04-12 12:35:30 -06:00
  • 4e89335799 Upgrade github actions Klondike Dragon 2025-04-12 12:35:03 -06:00
  • fe33a563db Add prefer-day-first flag and relatedto example program Klondike Dragon 2025-04-12 12:27:56 -06:00
  • 744343ff5f maint: support unix timestamps from floats/scientific notation drewlanenga 2024-12-04 14:44:41 -08:00
  • eeb01af691
    Merge pull request #3 from itlightning/chore/2024-02-17-upgrade-deps klondikedragon 2024-02-17 08:50:57 -07:00
  • 0ebde14994 (chore) upgrade deps Klondike Dragon 2024-02-17 08:41:46 -07:00
  • 9bda545e17
    Merge pull request #2 from elliot40404/patch-1 klondikedragon 2024-02-17 08:22:05 -07:00
  • 3b41d24dbb
    fixed lib import Elliot 2024-01-10 02:29:41 +05:30
  • 597b525a1a Fix goreleaser github action Klondike Dragon 2024-01-08 22:40:45 -07:00
  • 69f12a31e3
    Merge pull request #1 from itlightning/prerelease/v0.1.0 klondikedragon 2024-01-08 22:04:55 -07:00
  • c943d3c348 Fork package to github.com/itlightning/dateparse Klondike Dragon 2024-01-08 21:59:42 -07:00
  • d5b3c60e9b Cleanup handling of TZ name parsing Klondike Dragon 2023-12-30 12:10:37 -07:00
  • c4de5d4f6a Unify/fix timezone offset/name states Klondike Dragon 2023-12-30 01:10:43 -07:00
  • fd21b1ee3e Allow weekday prefix for most date formats Klondike Dragon 2023-12-23 20:04:38 -07:00
  • 9f7bdf7101 Update go doc Klondike Dragon 2023-12-19 21:50:19 -07:00
  • 5cb27939bd Update benchmark results Klondike Dragon 2023-12-18 23:52:17 -07:00
  • 4d76f597be Fix ambiguous mm/dd that start with weekday Klondike Dragon 2023-12-18 23:40:08 -07:00
  • 4f7e8545ec Update example and README.md with new formats Klondike Dragon 2023-12-18 23:19:16 -07:00
  • 65e6e8d1a9 Add support for dd-month-year format Klondike Dragon 2023-12-18 23:14:58 -07:00
  • 7a3c923820 Fix mm.dd.yyyy (time) format Klondike Dragon 2023-12-18 23:14:08 -07:00
  • 89df0f8c49 Comprehensive time validation Klondike Dragon 2023-12-18 20:52:16 -07:00
  • a45d593447 Optimize checks for day of week and full month Klondike Dragon 2023-12-16 23:40:14 -07:00
  • fbf07cc274 Optimize memory for error case Klondike Dragon 2023-12-16 23:28:15 -07:00
  • d2e1443c4d Comprehensive date format validation Klondike Dragon 2023-12-16 22:31:48 -07:00
  • 23f8fa1af0 Further optimize ambiguous parsing Klondike Dragon 2023-12-16 13:52:00 -07:00
  • ed5310d0c1 Optimize ambiguous date parsing Klondike Dragon 2023-12-16 12:55:03 -07:00
  • f4307ef59d Heavily optimize memory allocations Klondike Dragon 2023-12-16 10:48:24 -07:00
  • 0d2fd5e275 Add broader benchmarks Klondike Dragon 2023-12-16 08:18:54 -07:00
  • 0c3943eacd Support RabbitMQ log format (dd-mon-yyyy::hh:mm:ss) Klondike Dragon 2023-12-15 20:22:47 -07:00
  • 249dd7368c Support git log format (Thu Apr 7 15:13:13 2005 -0700) Klondike Dragon 2023-12-15 17:42:07 -07:00
  • 18ec8c69f6 Expand Chinese date format support Klondike Dragon 2023-12-15 17:14:03 -07:00
  • cc63421875 Support times after yyyy.mm.dd dates Klondike Dragon 2023-12-14 23:47:31 -07:00
  • 23869f345e Add support for mm/dd/yyyy, hh:mm:ss Klondike Dragon 2023-12-14 23:14:26 -07:00
  • 14fb9398e4 Fix parsing for format (time) UTC[+-]NNNN Klondike Dragon 2023-12-14 22:57:42 -07:00
  • d05b099ca6 Add better timezone explanation to README.md Klondike Dragon 2023-12-14 00:00:36 -07:00
  • 2b3f700718 Handle format "date time (MST)" Klondike Dragon 2023-12-13 23:58:04 -07:00
  • 8f0059d6da Add tests to verify ambiguous cases Klondike Dragon 2023-12-12 23:40:07 -07:00
  • df9ae2e32a Incorporate support for yyyymmddhhmmss.SSS Klondike Dragon 2023-12-12 23:19:35 -07:00
  • fc278d32da Incorporate support for dd-mm-yyyy (digit month) Klondike Dragon 2023-12-12 23:07:11 -07:00
  • 18938f16ae Implement support for yyyy mon dd (2013 May 02) Klondike Dragon 2023-12-12 21:42:48 -07:00
  • 301ffeee02 Add support for mon/dd/yyyy (Oct/31/1970) Klondike Dragon 2023-12-12 21:24:17 -07:00
  • 49f9259ee3 Add support for dd[th,nd,st,rd] Month yyyy Klondike Dragon 2023-12-12 20:18:58 -07:00
  • c62ed15d73 Support PMDT and AMT time zones Klondike Dragon 2023-12-12 17:42:09 -07:00
  • 3ebc8bc635 Incorporate fix for dd.mm.yyyy format Klondike Dragon 2023-12-11 23:46:44 -07:00
  • 1b1e0b3d33 Add extensive format validation, bugfixes Klondike Dragon 2023-12-11 23:45:58 -07:00
  • 465140d619 Fix ineffective break statements Klondike Dragon 2023-12-08 18:31:28 -07:00
  • dce06dc1f1
    Merge 9e8b9fec92cc2c471c94cddb2fcd8c03442bfe9a into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e Brian Leishman 2023-08-07 15:10:07 -04:00
  • 9e8b9fec92 added comma format Brian Leishman 2023-08-07 14:58:57 -04:00
  • 7f3c695757
    Merge 09b968c97fade42a9ede31db22b95e90b2f8a1fe into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e ovadbar 2023-07-25 13:29:02 -07:00
  • 09b968c97f Change to parse dashes Baroukh Ovadia 2023-07-25 13:11:50 -07:00
  • 8cb3a74e38
    Merge 01b692d1ce4d329cac9290001673b0446acf599d into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e Arran Ubels 2023-02-15 14:39:41 -08:00
  • 01b692d1ce
    Another case. Arran Ubels 2023-02-16 09:39:34 +11:00
  • b0b5409675
    Unused code Arran Ubels 2023-02-15 23:37:27 +11:00
  • 8b765a5302
    Skip white space Arran Ubels 2023-02-15 23:37:23 +11:00
  • 19ef6a25eb
    New failure - still white space Arran Ubels 2023-02-15 17:34:02 +11:00
  • b1fd89e43f
    The only required one. Arran Ubels 2023-02-15 16:31:37 +11:00
  • 3a32cbb3d2
    All of these did nothing Arran Ubels 2023-02-15 16:28:56 +11:00
  • bf3a5b3040
    Skip white space - to delete strategically Arran Ubels 2023-02-15 16:27:43 +11:00
  • 268a690081
    So people don't have to check the string they can use the new errors.Is function Arran Ubels 2023-02-15 16:26:18 +11:00
  • c5a1edc710
    My addition last Arran Ubels 2023-02-15 16:24:05 +11:00
  • 544b5426f4
    Test improvements.. I think Arran Ubels 2023-02-15 16:20:46 +11:00
  • 53a8cbdf09
    Unnecessary bracket Arran Ubels 2023-02-15 16:10:45 +11:00
  • 094aad3f21
    Commented code Arran Ubels 2023-02-15 16:09:32 +11:00
  • c5b562ac1a
    Added go releaser Arran Ubels 2023-02-15 16:06:01 +11:00
  • eabb56b497
    Text should be lowercase Arran Ubels 2023-02-15 16:04:58 +11:00
  • 515cd81767
    S1023: redundant break statement (gosimple) Arran Ubels 2023-02-15 16:02:13 +11:00
  • 4345a38e91
    Another error Arran Ubels 2023-02-15 15:57:15 +11:00
  • cefe5b3dbe
    More typo changes Arran Ubels 2023-02-15 15:56:43 +11:00
  • e654ac7b35
    Bug fixes. Arran Ubels 2023-02-15 15:56:17 +11:00
  • a8e238d5d1
    Go mod tidy Arran Ubels 2023-02-15 15:55:15 +11:00
  • ad0ab84f6b
    Lint action out of date. Arran Ubels 2023-02-15 15:53:01 +11:00
  • 57a1767ebd
    SA4006: this value of err is never used (staticcheck) Arran Ubels 2023-02-15 15:51:48 +11:00
  • 5143d47e3e
    S1023: redundant break statement (gosimple) Arran Ubels 2023-02-15 15:51:14 +11:00
  • 2fb4c46691
    S1021: should merge variable declaration with assignment on next line (gosimple) Arran Ubels 2023-02-15 15:50:42 +11:00
  • 14cb70eacb
    field offsetlen is unused (unused) Arran Ubels 2023-02-15 15:50:03 +11:00
  • 5335e6fe23
    Error return value is not checked (errcheck) Arran Ubels 2023-02-15 15:49:18 +11:00
  • 26d95ba3e6
    My issue Arran Ubels 2023-02-15 15:46:27 +11:00
  • 335c1f9218
    added some actions Arran Ubels 2023-02-15 15:40:47 +11:00
  • 5c057d3632
    Merge c16f802ac401916cda869f48294a1f1b4cb912e9 into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e Masih 2022-02-01 07:06:30 -08:00
  • c16f802ac4 Add support for float timestamp masihbr 2022-02-01 18:34:30 +03:30
  • c57bfd2386
    Merge f37af880a3fe2daaeea7464d3a06b65bb3bf808f into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e dferstay 2021-11-10 17:29:07 -08:00
  • f37af880a3 support combined datetime format with subseconds (yyyyMMddhhmmss.SSS) Daniel Ferstay 2021-11-10 17:23:48 -08:00
  • 6fb546f68f
    Merge ebfdb9cd62fbac9617c1b376d75734ea7eb3a5f4 into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e dferstay 2021-11-10 10:58:11 -08:00
  • ebfdb9cd62 Add support for dates of the form "yyyy mmm dd" where mmm is an alpha literal Daniel Ferstay 2021-11-09 20:58:30 -08:00
  • e93a243d61
    Merge 65e246add044a60c9fe66e86a7a8b52288ba9eeb into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e dferstay 2021-11-09 17:22:10 -08:00
  • 65e246add0 Add support for dd-mm-yyyy (digit month) formats Daniel Ferstay 2021-10-26 15:26:22 -07:00
  • f962c27295
    Merge cf0ec3c54df04f9494af57298f54341f4984ac8f into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e dferstay 2021-11-09 17:12:11 -08:00
  • cf0ec3c54d support ":" as separator for fractional seconds Daniel Ferstay 2021-10-22 17:33:00 -07:00
  • 0064a28525
    Merge c85a627143e8116786adaf15ad0d326934271e6d into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e Benjamin Chadwick 2021-10-31 00:20:34 -07:00
  • c85a627143
    Update README.md Benjamin Chadwick 2021-10-31 00:18:04 -07:00
  • 25fb8aa26f
    Merge 0583fb6cbbce070572a1750ad5821d235736c70c into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e Marcelo Da Cruz Pinto 2021-08-12 13:20:13 -07:00
  • 0583fb6cbb Adding tests for several combinations that are failing to parse Marcelo Da cruz pinto 2021-08-12 13:20:01 -07:00
  • e07a4ba0d9
    Merge 8e1974be5990aed139db2c8c17ff375b4ed55d6f into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e mehanizm 2021-08-06 13:26:40 -07:00
  • 8e1974be59
    fix problem with date format 02.01.2006 mehanizm 2021-08-06 23:16:49 +03:00
  • a5600b6f43
    Merge edefb14d7b4ab1467ae793e84a012d5df17ff280 into 6b43995a97dee4b2c7fc0bdff8e124da9f31a57e Wendell Sun 2021-07-30 13:26:43 -07:00