Does the perf_counter () of python's time library return US time?

Why do I suspect that the strftime () of the python time library returns US time?
isn"t it exactly 8 hours short?

import time
print(time.ctime())
print(time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime()))

clipboard.png

Mar.31,2021

time.gmtime shows the time of Greenwich mean time zone 0

China's time zone is East eighth, so.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b26b40-4ced6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b26b40-4ced6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?