Time display issue of hangfire

I am now using hangfire in China, which means that I prefer everything related with time should use China standard time. However, I am encountered with the following issue.

As you can see, at the bottom of the page, we could see the system time uses GMT time as default. However, in order to make it more obvious when using recurring job features, I use TimeZoneInfo.Local when creating recurring jobs.

Here comes the issue, you could see Last Execution Time and Next Execution is not correct. Actually, there is an 8 hours difference because Beijing Time is 8 hours later than GMT.

Is there any configuration that could be done to avoid such situation? Thanks a lot.