func now()

in logger/logevent.go [89:92]


func now() string {
	// RFC3339 with milliseconds.
	return time.Now().Format("2006-01-02T15:04:05.0000Z07:00")
}