mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +02:00
Use UTC in tests
This commit is contained in:
@ -23,7 +23,7 @@ func TestKubernetes(t *testing.T) {
|
||||
os.Stderr = w
|
||||
meta := make(map[string]string)
|
||||
write := log.Record{
|
||||
Timestamp: time.Unix(0, 0),
|
||||
Timestamp: time.Unix(0, 0).UTC(),
|
||||
Value: "Test log entry",
|
||||
Metadata: meta,
|
||||
}
|
||||
|
Reference in New Issue
Block a user