Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Adds example with Unix timestamp format
Browse files Browse the repository at this point in the history
- per @svycka
  • Loading branch information
michalbundyra authored and weierophinney committed Dec 28, 2019
1 parent eb9a7e7 commit 1fd37b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/DateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public function datesDataProvider()
['06', 'd', true, true],
[123, null, true, false],
[1340677235, null, true, false],
[1340677235, 'U', true, false],
['1340677235', 'U', true, true],
// 32bit version of php will convert this to double
[999999999999, null, true, false],
// double
Expand Down

0 comments on commit 1fd37b9

Please sign in to comment.