Refactor pk;switch move, specify UTC everywhere

This commit is contained in:
Ske
2018-12-18 18:30:10 +01:00
parent 97b972e38a
commit e8d1c5bf90
5 changed files with 19 additions and 18 deletions

View File

@@ -186,7 +186,7 @@ async def front_status(switch: Switch, conn) -> discord.Embed:
if switch.timestamp:
embed.add_field(name="Since",
value="{} ({})".format(switch.timestamp.isoformat(sep=" ", timespec="seconds"),
value="{} UTC ({})".format(switch.timestamp.isoformat(sep=" ", timespec="seconds"),
display_relative(switch.timestamp)))
else:
embed = error("No switches logged.")