use utc for seen data, eventually it'll be converted in display
This commit is contained in:
parent
8a8bff0d62
commit
55b197432d
@ -81,7 +81,7 @@ def sub_add_to_seen(connection, event, nick, userhost, what):
|
|||||||
if not config.has_section('seen'):
|
if not config.has_section('seen'):
|
||||||
config.add_section('seen')
|
config.add_section('seen')
|
||||||
|
|
||||||
config.set('seen', nick, userhost + ',' + datetime.now().isoformat() + ',' + what)
|
config.set('seen', nick, userhost + ',' + datetime.utcnow().isoformat() + ',' + what)
|
||||||
|
|
||||||
#####
|
#####
|
||||||
# sub_report_seen
|
# sub_report_seen
|
||||||
|
Loading…
Reference in New Issue
Block a user