summaryrefslogtreecommitdiffhomepage
path: root/tstime
AgeCommit message (Expand)AuthorFilesLines
2021-08-04tstime/mono: make json.Unmarshal of a zero time.Time yield a zero TimeJosh Bleecher Snyder2-0/+21
2021-08-04ipn/ipnstate: move tailscale status "active" determination to tailscaledBrad Fitzpatrick1-4/+9
2021-07-29tstime/rate: new packageJosh Bleecher Snyder2-0/+335
2021-07-29tstime/mono: new packageJosh Bleecher Snyder2-0/+151
2021-01-21tstime: add RandomDurationBetween helperBrad Fitzpatrick2-0/+67
2020-11-19tstime: add Parse3339B, for byte slicesJosh Bleecher Snyder2-53/+76
2020-04-14tstime: hand-implement parseInt for specific needs of rfc3339 parsing.David Anderson2-4/+44
2020-04-06tstime: change an Errorf+return to Fatalf in subtestBrad Fitzpatrick1-2/+1
2020-04-06tstime: write Parse3339 parse that doesn't use time.ParseBrad Fitzpatrick2-46/+154
2020-04-05tstime: add new package for time utilities, starting with Parse3339Brad Fitzpatrick2-0/+162