View Issue Details

IDProjectCategoryView StatusLast Update
0001774XdebugStep Debuggingpublic2020-05-28 13:08
Reporterhyh19962008 Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version2.9.3 
Summary0001774: Adding Timezone support for xdebug
Description

I found that xdebug doesn't support timezone when I check my xdebug.log file and found all the log time is 8 hours earlier. Is it possible adding timezone support for xdebug? Getting data.timezone value from php.ini should not be too difficult.

Steps To Reproduce

Set xdebug.remote_log = /var/log/xdebug.log in php.ini.
Check your log file.

TagsNo tags attached.
Operating SystemUbuntu 18.04 LTS
PHP Version7.3.5-7.3.9

Activities

derick

2020-05-28 13:08

administrator   ~0005420

Some of Xdebug's logging starts before I can safely read the configured timezone from PHP, so I can't change this. The times in the logs are always in UTC.