tailscale/tstime
Brad Fitzpatrick d503dee6f1 tstime: add new package for time utilities, starting with Parse3339
Go's time.Parse always allocates a FixedZone for time strings not in
UTC (ending in "Z"). This avoids that allocation, at the cost of
adding a cache.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-04-05 20:05:49 -07:00
..
tstime_test.go tstime: add new package for time utilities, starting with Parse3339 2020-04-05 20:05:49 -07:00
tstime.go tstime: add new package for time utilities, starting with Parse3339 2020-04-05 20:05:49 -07:00