View Issue Details

IDProjectCategoryView StatusLast Update
0001774XdebugStep Debuggingpublic2020-05-28 13:08
Reporterhyh19962008 Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2020-04-04 12:41 hyh19962008 New Issue
2020-05-28 13:08 derick Assigned To => derick
2020-05-28 13:08 derick Status new => resolved
2020-05-28 13:08 derick Resolution open => won't fix
2020-05-28 13:08 derick Note Added: 0005420
2020-05-28 13:08 derick Category Feature/Change request => Step Debugging