m-lab / go

General purpose libraries / APIs for use in mlab code.
Apache License 2.0
5 stars 6 forks source link

Add common time formats not found in the Go time system package #149

Closed stephen-soltesz closed 2 years ago

stephen-soltesz commented 2 years ago

This change adds a new package for extensions to Go's time package. In particular, we regularly want to use time formats not defined by the time package. Namely, YYYYMMDD, YYYY/MM/DD, and YYYY-MM-DD are common throughout M-Lab's data pipeline and other tools.


This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1167


Totals Coverage Status
Change from base Build 1161: 0.0%
Covered Lines: 2087
Relevant Lines: 2214

💛 - Coveralls