tour icon indicating copy to clipboard operation
tour copied to clipboard

fix bug with time.go

Open nsl1065539573 opened this issue 4 years ago • 0 comments

before:

go run main.go time calc -c="2020-11-26 10:12:51" -d="3s"

2020/11/26 10:13:26 输出结果: 1970-01-01 08:00, 3 now:

go run main.go time calc -c="2020-11-26 10:12:51" -d="3s"

2020/11/26 10:29:59 输出结果: 2020-11-26 10:12:54, 1606385574

nsl1065539573 avatar Nov 26 '20 02:11 nsl1065539573