gpt4 book ai didi

php - 错误的日期时间 - PHP+ SQL Server

转载 作者:行者123 更新时间:2023-12-04 14:43:08 24 4
gpt4 key购买 nike

echo date('d/m/Y H:i:s'); 
//output: 13/12/2012 11:10:57

print_r(getDataArray($dblink, 'select current_timestamp'));
//output: Array ( [0] => Array ( [computed] => **2012-04-12 11110:05** ) )

当我尝试获取“current_timestamp”+ php + sql server 时,出现错误,日期不正确。谁能帮帮我?

  • mssql 配置 (php.ini) 中的日期转换为“关闭”

那是 locale.conf 中的问题?/etc/locale.conf ....

谢谢

最佳答案

问题可能出在返回日期时间列的格式上。

在你的 php.ini 中试试这个:

在这一行之后:

;mssql.datetimeconvert = On

添加这一行:

mssql.datetimeconvert = Off

关于php - 错误的日期时间 - PHP+ SQL Server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13860709/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com