Add backend foundation and config-driven workbench
This commit is contained in:
9
backend/internal/service/timeutil.go
Normal file
9
backend/internal/service/timeutil.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package service
|
||||
|
||||
import "time"
|
||||
|
||||
const timeRFC3339 = time.RFC3339
|
||||
|
||||
func nowUTC() time.Time {
|
||||
return time.Now().UTC()
|
||||
}
|
||||
Reference in New Issue
Block a user