4 protected function setUp() {
7 $this->iniSet(
'precision', 15 );
18 $this->
setMwGlobals(
'wgLocalTZoffset', $localTZoffset );
23 "User adjust {$date} by {$localTZoffset} minutes should give {$expected}"
29 array( 20061231235959, 0, 20061231235959 ),
30 array( 20061231235959, 5, 20070101000459 ),
31 array( 20061231235959, 15, 20070101001459 ),
32 array( 20061231235959, 60, 20070101005959 ),
33 array( 20061231235959, 90, 20070101012959 ),
34 array( 20061231235959, 120, 20070101015959 ),
35 array( 20061231235959, 540, 20070101085959 ),
36 array( 20061231235959, -5, 20061231235459 ),
37 array( 20061231235959, -30, 20061231232959 ),
38 array( 20061231235959, -60, 20061231225959 ),