Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure warning message uses local time
Fixes #9279 When incremental build failure detection is enabled, we can log a warning that includes paths and timestamps. However if FUTDC logging is disabled, the conversion from UTC to local time could be bypassed, making the log message harder to understand and potentially misleading (as there's no mention of UTC in the message). This change fixes that issue by ensuring any times are converted to local time prior to being displayed.
- Loading branch information