Store full datetime in post_date; recalculate finances on every pirep

This commit is contained in:
Nabeel Shahzad
2018-03-17 22:20:08 -05:00
parent 6fa724d7b7
commit 6b002f24a8
10 changed files with 52 additions and 17 deletions

View File

@@ -7,6 +7,12 @@ class UtilsTest extends TestCase
public function setUp() {
}
public function testDates()
{
$carbon = new \Carbon\Carbon('2018-03-18 00:20:43');
//echo $carbon;
}
public function testSecondsToTimeParts()
{
$t = Utils::secondsToTimeParts(3600);