Skip to content

Commit

Permalink
[TASK] Make time conversion related tests use UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Aug 28, 2015
1 parent 6af20b4 commit 614cd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public function getGetterAndSetterTestValues() {
'counter' => array('counter', 'foobar-counter'),
'value' => array('value', 123),
'action' => array('action', 'foobar-action'),
'from' => array('from', '2015-01-01', 1420066800),
'to' => array('to', '2015-01-02', 1420153200),
'from' => array('from', '2015-01-01 UTC', 1420070400),
'to' => array('to', '2015-01-02 UTC', 1420156800),
'count' => array('count', 654),
'token' => array('token', 'foobar-token')
);
Expand Down

0 comments on commit 614cd81

Please sign in to comment.