Index: includes/specials/SpecialWatchlist.php
===================================================================
--- includes/specials/SpecialWatchlist.php	(revision 94047)
+++ includes/specials/SpecialWatchlist.php	(working copy)
@@ -308,9 +308,13 @@
 					$lang->time( $timestamp, true )
 				) . '<br />';
 		} elseif( $values['days'] > 0 ) {
+			$timestamp = wfTimestampNow();
 			$wlInfo = wfMsgExt( 'wlnote', 'parseinline',
 					$lang->formatNum( $numRows ),
-					$lang->formatNum( round( $values['days'] * 24 ) )
+					$lang->formatNum( round( $values['days'] * 24 ) ),
+					$lang->timeAndDate( $timestamp, true ),
+					$lang->date( $timestamp, true ),
+					$lang->time( $timestamp, true )
 				) . '<br />';
 		}
 
