diff options
-rw-r--r-- | Plugin/Timezone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Timezone.pm b/Plugin/Timezone.pm index a8a8fcc..1e528ae 100644 --- a/Plugin/Timezone.pm +++ b/Plugin/Timezone.pm @@ -34,7 +34,7 @@ sub time { if ($case_nick) { my $d = DateTime->now(); $d->set_time_zone($config->{timezone}->{$case_nick}); - my $timestr = $d->strftime("%Y-%m-%d %H:%M %Z"); + my $timestr = $d->strftime("%H:%M on %a %d %b, %Y (%Z)"); return "$requester: $nick\'s clock reads $timestr"; } else { return "$requester: I don't know what timezone $nick is in"; |