araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.04k stars 166 forks source link

date no year format #80

Open araddon opened 5 years ago

araddon commented 5 years ago

closes #79

I have not decided if this is a good idea yet, have a draft up but am not happy about the potential for it causing problems because it ASSUMES (that is never a good idea) the current year.

codecov-io commented 5 years ago

Codecov Report

Merging #80 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #80   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         881    888    +7     
=====================================
+ Hits          881    888    +7
Impacted Files Coverage Δ
parseany.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 21df004...7c404b6. Read the comment docs.

tephrocactus commented 4 years ago

Please merge it :) It is very important feature for parsing Syslog RFC 3164.