SG-iCalendar/tests/timestamp.sh

7 wiersze
88 B
Bash
Executable File

#!/bin/sh
TIMESTAMP=$1
php -r "echo date('Y-m-d H:i:s O',$TIMESTAMP); echo \"\n\"; "