From e6d62b0ff32583ad1c6094a55dd4b2db3c6f1b5b Mon Sep 17 00:00:00 2001 From: Weston Schmidt Date: Mon, 28 Aug 2023 00:33:04 -0700 Subject: [PATCH] Add approx to Date and Time libraries. (#4911) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27a13b1a..468bc2ed 100644 --- a/README.md +++ b/README.md @@ -857,6 +857,7 @@ _Libraries for building and using SQL._ _Libraries for working with dates and times._ +- [approx](https://github.com/goschtalt/approx) - A Duration extension supporting parsing/printing durations in days, weeks and years. - [carbon](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. - [carbon](https://github.com/uniplaces/carbon) - Simple Time extension with a lot of util methods, ported from PHP Carbon library. - [cronrange](https://github.com/1set/cronrange) - Parses Cron-style time range expressions, checks if the given time is within any ranges.