You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tstime
Joe Tsai ec1e67b1ab
tstime: fix ParseDuration for '6' digit (#6363)
The cutset provided to strings.TrimRight was missing the digit '6',
making it such that we couldn't parse something like "365d".

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
mono tstime/mono: fix Before function comment 2 years ago
rate all: remove old +build tags 2 years ago
jitter.go tstime: add RandomDurationBetween helper 3 years ago
jitter_test.go tstime: add RandomDurationBetween helper 3 years ago
tstime.go tstime: fix ParseDuration for '6' digit (#6363) 2 years ago
tstime_test.go tstime: fix ParseDuration for '6' digit (#6363) 2 years ago