From f815e97de422ee4918070cc5fbc5b2c2236c7e31 Mon Sep 17 00:00:00 2001 From: Issac Trotts <15530+ijt@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:26:33 -0600 Subject: [PATCH] add go-anytime (#4539) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a9ae74d..054e0204 100644 --- a/README.md +++ b/README.md @@ -848,6 +848,7 @@ _Libraries for working with dates and times._ - [dateparse](https://github.com/araddon/dateparse) - Parse date's without knowing format in advance. - [durafmt](https://github.com/hako/durafmt) - Time duration formatting library for Go. - [feiertage](https://github.com/wlbr/feiertage) - Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecost, Thanksgiving... +- [go-anytime](https://github.com/ijt/go-anytime) - Parse dates/times like "next dec 22nd at 3pm" and ranges like "from today until next thursday" without knowing the format in advance. - [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). - [go-str2duration](https://github.com/xhit/go-str2duration) - Convert string to duration. Support time.Duration returned string and more. - [go-sunrise](https://github.com/nathan-osman/go-sunrise) - Calculate the sunrise and sunset times for a given location.