compiled by Visual C++ build 1800, 32-bit""13:48:51.775138+03";"PostgreSQL 9.1.2 on x86_64-unknown-linux-gnupostgres.conf不包含时区设置。看起来服务器在9.5中不使用OS设置
如何强制9.5从操作系统询问时区并在此区域返回时间?
我正在努力处理Carbon::now(),我在now函数中指定了所需的时区,但它没有根据给定的时区给出日期和时间。它始终使用在laravel中指定的UTC时区。Carbon::now() // giving me date time of UTC timezone
Carbon::now('Asia/Karachi') // still giving me thedate time of UTC ti