From e45aa0bcdeab16147e011c35e77b0e49028ab8bb Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 20 Oct 2013 17:55:05 +0000 Subject: [PATCH] 24 horu clock to appease roi --- modules/users/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/commands.js b/modules/users/commands.js index 4a3f749..5ba8997 100644 --- a/modules/users/commands.js +++ b/modules/users/commands.js @@ -58,7 +58,7 @@ var commands = function(dbot) { this.api.resolveUser(event.server, nick, function(user) { if(user) { if(user.timezone) { - var fDate = moment.tz(user.timezone).format('LLL'); + var fDate = moment.tz(user.timezone).format('MMMM Do YYYY HH:mm:ss'); event.reply('The time for ' + user.primaryNick + ' is: ' + fDate); } else { event.reply(user.primaryNick + ' doesn\'t have a timezone set. They can do this with ~timezone.');