[ create a new paste ] login | about

chriszuma

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by chriszuma:

PHP, pasted on Oct 6:
1
2
3
4
5
<?php
$in = strtotime("2011-10-02 23:00:00");
$out = strtotime("2011-10-05 23:02:03"); // 72 hours apart

$elapsed = $out - $in;
...
view (17 lines, 1 line of output)