Changeset 784 in code for trunk/bridge.go
- Timestamp:
- Feb 16, 2022, 1:45:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bridge.go
r781 r784 28 28 timestampStr := "*" 29 29 if r != nil { 30 timestampStr = fmt.Sprintf("timestamp=%s", r.Timestamp.UTC().Format(serverTimeLayout))30 timestampStr = fmt.Sprintf("timestamp=%s", formatServerTime(r.Timestamp)) 31 31 } 32 32 dc.SendMessage(&irc.Message{
Note:
See TracChangeset
for help on using the changeset viewer.