sync: collector/ 同步自 inkstone/arcrun-rag@a39cea2(桌面小幫手 0.18.34)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
func pad(i int) string { return fmt.Sprintf("%03d", i) }
|
||||
|
||||
func nowFixed() time.Time { return time.Unix(1787100000, 0) }
|
||||
Reference in New Issue
Block a user