格式化为默认日期时间字符串。
date().to_string()
String,格式为 Y-m-d H:i:s。
String
Y-m-d H:i:s
now = date() result = date().to_string()