Hi HN,<p>I've developed Temporal, a Go library aimed at making date and time operations more accessible and efficient. It's not a replacement for Go's standard time package but an enhancement, with features that are practical in real-world scenarios.<p>Key aspects:<p>* Simplifies date parsing/formatting to user-friendly formats.<p>* Handles relative time and date ranges effortlessly.<p>* Adds useful utility functions missing in the standard package.<p>I'm eager to hear your thoughts, suggestions, or potential use cases. Here's the link to the GitHub repo: [<a href="https://github.com/maniartech/temporal">https://github.com/maniartech/temporal</a>]<p>Looking forward to your feedback!
This is going to get confused with the new JS Temporal proposal: <a href="https://tc39.es/proposal-temporal/docs/" rel="nofollow">https://tc39.es/proposal-temporal/docs/</a>