Changeset 240 in code for trunk/upstream.go
- Timestamp:
- Apr 6, 2020, 8:05:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r239 r240 236 236 237 237 if _, ok := msg.Tags["time"]; !ok { 238 msg.Tags["time"] = irc.TagValue(time.Now(). Format(serverTimeLayout))238 msg.Tags["time"] = irc.TagValue(time.Now().UTC().Format(serverTimeLayout)) 239 239 } 240 240
Note:
See TracChangeset
for help on using the changeset viewer.