mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +01:00
Merge pull request #991 from Mikaela/timeformat
src/conf.py: update reply.time.format
This commit is contained in:
commit
876935f436
@ -371,7 +371,7 @@ registerGroup(supybot.reply, 'format')
|
||||
registerChannelValue(supybot.reply.format, 'url',
|
||||
registry.String('<%s>', _("""Determines how urls should be formatted.""")))
|
||||
registerChannelValue(supybot.reply.format, 'time',
|
||||
registry.String('%Y-%m-%d %H:%M:%S%z', _("""Determines how timestamps
|
||||
registry.String('%Y-%m-%dT%H:%M:%S%z', _("""Determines how timestamps
|
||||
printed for human reading should be formatted. Refer to the Python
|
||||
documentation for the time module to see valid formatting characters for
|
||||
time formats.""")))
|
||||
|
Loading…
Reference in New Issue
Block a user