[ create a new paste ] login | about

Link: http://codepad.org/7LLW9iie    [ raw code | output | fork ]

PHP, pasted on Oct 2:
1
2
3
4
5
6
7
8
9
<?php

echo strtotime('2012-10-02 03:06:21');
echo "\n";
echo strtotime('2012-10-02 04:00:50');



?>


Output:
1
2
1349147181
1349150450


Create a new paste based on this one


Comments: