use utc for seen data, eventually it'll be converted in display

This commit is contained in:
Brian S. Stephan 2010-07-25 09:58:14 -05:00
parent 8a8bff0d62
commit 55b197432d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def sub_add_to_seen(connection, event, nick, userhost, what):
if not config.has_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