| |
 |
The LORD JESUS is my rock, and my fortress, and my deliverer;
my God, my strength, in whom I will trust.
from PSALM 18, 2 (KJV)
|
|
Corner Connector
|
|
|
|
 |
|
|
|

The LORD himself goes before you and will be with you; he will never leave you nor forsake you. Do not be afraid; do not be discouraged. DEUTERONOMY 31, 8 (NIV)
|
Last Check-in:
Key West, FL
End of the bike trip in Key West, Florida; mile marker 0 on U.S. Highway 1 and southernmost point of the continental United States.
|
$sql_calc = "SELECT unix_timestamp('".$current_time."') - unix_timestamp('".$checkin_time."')";
//print " ".$sql_calc." ";
$res_calc = mysqli_query($db, $sql_calc) or die("SQL Error: [calculate]");
$line_calc = mysqli_fetch_row($res_calc);
$seconds = $line_calc[0];
$minutes = floor($seconds / 60);
$hours = floor($minutes / 60);
$days = floor($hours / 24);
$remaining_hours = $hours - 24 * $days;
$remaining_minutes = $minutes - 60 * $hours;
$remaining_out = "";
//Days
if($days == 1) {
$remaining_out .= "1 day, ";
}
if($days > 1) {
$remaining_out = $days." days, ";
}
//Hours
if($hours == 1) {
$remaining_out .= "1 hour";
}
if($hours > 1) {
$remaining_out .= $remaining_hours." hours";
}
//Minutes
if($remaining_out == "") {
//Days and Hours are 0 -> do not merge string with "and"
$remaining_out .= $remaining_minutes." minutes ago";
}
else {
$remaining_out .= " and ".$remaining_minutes." minutes ago";
}
print "".$remaining_out."";
?>
|
| 2008-08-12 14:38:54 EST |
| 2026-07-07 12:24:01 EST |
|
6559 miles / 10556 km |
|
|