Addshore has submitted this change and it was merged.

Change subject: Show DispatchStats touched time according to timezone preference
......................................................................


Show DispatchStats touched time according to timezone preference

Bug: 62428
Change-Id: Iaa35465b1a348cf2cf139349d6fbf46be6b2a4bc
---
M repo/includes/specials/SpecialDispatchStats.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  WikidataJenkins: Verified
  Addshore: Looks good to me, approved



diff --git a/repo/includes/specials/SpecialDispatchStats.php 
b/repo/includes/specials/SpecialDispatchStats.php
index c805e44..e11222a 100644
--- a/repo/includes/specials/SpecialDispatchStats.php
+++ b/repo/includes/specials/SpecialDispatchStats.php
@@ -54,7 +54,7 @@
                                ? wfMessage( 'wikibase-dispatchstats-large-lag' 
)->text()
                                : $lang->formatDuration( $state->chd_lag, 
array( 'days', 'hours', 'minutes' ) ),
                        isset( $state->chd_touched )
-                               ? $lang->timeanddate( $state->chd_touched )
+                               ? $lang->timeanddate( $state->chd_touched, true 
)
                                : '-',
                ) );
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/124518
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa35465b1a348cf2cf139349d6fbf46be6b2a4bc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: WikidataJenkins <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to