From a59f6c4d3d8664526c09d30b974a2ae9eca03b07 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 24 Oct 2018 00:30:34 +1300 Subject: Timezone: update format --- Plugin/Timezone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugin/Timezone.pm') 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"; -- cgit v1.1