araddon / dateparse

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

Add support for float timestamp #148

Open Masihbr opened 2 years ago

Masihbr commented 2 years ago

timestamps like "1573583039.370" will be parsed like "1573583039370" without the dot. related to: #121

dsztykman commented 3 months ago

@araddon any reason not to merge this change?