- Timestamp:
- Jul 22, 2020, 10:16:01 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r360 r362 1667 1667 remaining -= len(buf) 1668 1668 year, month, day := timestamp.Date() 1669 timestamp = time.Date(year, month, day +1, 0, 0, 0, 0, timestamp.Location())1669 timestamp = time.Date(year, month, day+1, 0, 0, 0, 0, timestamp.Location()) 1670 1670 } 1671 1671 -
trunk/logger.go
r360 r362 161 161 "time": irc.TagValue(t.UTC().Format(serverTimeLayout)), 162 162 }, 163 Prefix: &irc.Prefix{Name: sender},163 Prefix: &irc.Prefix{Name: sender}, 164 164 Command: "PRIVMSG", 165 165 Params: []string{entity, text},
Note:
See TracChangeset
for help on using the changeset viewer.