du kannst mich mal!

This commit is contained in:
Andreas Bielawski 2016-08-07 02:30:52 +02:00
parent 8b5413808b
commit 6eb401d586
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ local bot = {}
bindings = require('otouto.bindings')
utilities = require('otouto.utilities')
bot.version = '2.2.5.1b'
bot.version = '2.2.5.1c'
function bot:init(config) -- The function run when the bot is started or reloaded.
cred_data = load_cred()

View File

@ -69,7 +69,7 @@ function time:get_time(coords)
utcoff = utilities.pretty_float(utcoff)
end
-- "%A, %d. %B %Y, %H:%M:%S Uhr"
local time_there = os.date('!%A, %d. %B %Y, %H:%M:%S Uhr',timestamp)
local time_there = time:localize(os.date('!%A, %d. %B %Y, %H:%M:%S Uhr',timestamp))
local output = timezoneid..':\n'..time_there
return output..'\n_'..jdat.timeZoneName .. ' (UTC' .. utcoff .. ')_', place, time_there