Add approx to Date and Time libraries. (#4911)

This commit is contained in:
Weston Schmidt 2023-08-28 00:33:04 -07:00 committed by GitHub
parent 3b21ef0eb9
commit e6d62b0ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.