我需要写入文件,然后获取 last_modified 日期并更新表。
我将如何执行以下操作:
echo 'new file' > /tmp/file.txt
stat /tmp/file.txt
16777218 16641883 -rw-r--r-- 1 david wheel 0 6 "Feb 19 16:48:21 2013"
"Feb 19 16:48:21 2013" "Feb 19 16:48:21 2013" "Feb 19 16:48:21 2013"
4096 8 0 hello.txt
如何获得 last_modified 格式的时间"YYYY-MM-DD HH:MM:SS"
来执行以下 SQL 更新?
update title set datetime='2012-01-01 00:00:01' where id=2