flask-profiler
flask-profiler copied to clipboard
本地化时间(对使用SQLALCHEMY情况下)
trafficstars
将utcfromtimestamp改为fromtimestamp
can you elaborate the reason for the change?
when you click the tab 24hours,
it will show in UTC time if you use SQLALCHEMY as the profiler engine. But if you use other engines, it will show in your local time.By changing utcfromtimestamp to fromtimestamp, it will be solved.