ws and pruner done!!!
This commit is contained in:
parent
c5cc245e25
commit
74add408e6
34 changed files with 1455 additions and 221 deletions
8
util/timestrings.go
Normal file
8
util/timestrings.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package util
|
||||
|
||||
import "time"
|
||||
|
||||
// Makes times compatible with old Saerro API
|
||||
func TimeToString(t time.Time) string {
|
||||
return t.UTC().Format(time.RFC3339)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue