Hi,
Thank you for your project it was rated 9.8/10 while I was searching for more flexible date/time parser library for Go:
| Name |
URL |
Score |
Reason |
| araddon/dateparse |
github.com/araddon/dateparse |
9.8/10 |
Eliminates all hardcoded layouts. Parses 200+ formats automatically. Direct replacement for your CustomTime fallback chains. |
| dromara/carbon |
github.com/dromara/carbon |
8.9/10 |
Fluent API for manipulation. Solves timezone normalization weakness. Consistent UTC conversion across parsers. |
| jinzhu/now |
github.com/jinzhu/now |
8.8/10 |
Boundary calculations (day/week/month start/end). Useful for DynamoDB purge and reporting features. |
| olebedev/when |
github.com/olebedev/when |
8.5/10 |
Natural language date/time parser with pluggable rules. Alternative to tj/go-naturaldate. |
| hako/durafmt |
github.com/hako/durafmt |
7.5/10 |
Human-readable duration strings. Enhances CLI verbose output for parse times and execution metrics. |
| rickb777/date |
github.com/rickb777/date |
7.2/10 |
Civil date types without timezone. Enforces distinction between date and datetime in ParseResult. |
| relvacode/iso8601 |
github.com/relvacode/iso8601 |
6.8/10 |
High-performance RFC3339 parser. 3-5x faster for YouTube/Zoom/social parsers. Zero allocations. |
| itchyny/timefmt-go |
github.com/itchyny/timefmt-go |
6.5/10 |
Python-style strftime/strptime. Alternative to leekchan/timeutil with active maintenance. |
| wcharczuk/go-chart |
github.com/wcharczuk/go-chart |
5.5/10 |
Time-series visualization with date axes. Observability dashboards for parse throughput and errors. |
| robfig/cron |
github.com/robfig/cron |
5.0/10 |
Cron expression parser. Useful if you add scheduled parsing jobs or cleanup tasks in Hephaestus. |
This issue is a status check of the project, is it still maintained?
Thanks.
Hi,
Thank you for your project it was rated 9.8/10 while I was searching for more flexible date/time parser library for Go:
This issue is a status check of the project, is it still maintained?
Thanks.