~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/simpletest/testmoodlelib.php

  • Committer: Package Import Robot
  • Author(s): Tomasz Muras
  • Date: 2012-11-15 21:50:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121115215013-hmzkwz3v5hvm2a0a
Tags: 2.2.6.dfsg-1
New upstream version: 2.2.6 (Build: 20121112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1483
1483
                'hour' => '10',
1484
1484
                'minutes' => '00',
1485
1485
                'seconds' => '00',
1486
 
                'timezone' => '0.0', //no dst offset
1487
 
                'applydst' => false,
1488
 
                'expectedoutput' => '1309528800'
 
1486
                'timezone' => '0.0',
 
1487
                'applydst' => false, //no dst offset
 
1488
                'expectedoutput' => '1309514400' // 6pm at UTC+0
1489
1489
            ),
1490
1490
            array(
1491
1491
                'usertimezone' => 'America/Moncton',