func github.com/gotd/log.Time

6 uses

	github.com/gotd/log (current package)
		attr.go#L177: func Time(key string, value time.Time) Attr {

	github.com/gotd/td/mtproto
		connect.go#L132: 		attrs = append(attrs, log.Time("context_deadline", deadline))
		handle_future_salts.go#L24: 	c.log.Debug(context.Background(), "Got future salts", log.Time("server_time", serverTime))
		handle_session_created.go#L27: 		log.Time("first_msg_time", created.Local()),
		handle_session_created.go#L32: 			log.Time("first_msg_time", created),
		handle_session_created.go#L33: 			log.Time("local", now),