Loading request...
The user notes that time.asctime is not currently patched by Freezegun, leading to inconsistent time freezing. They suggest patching more of the time library for better functionality.
Switching code to `datetime.datetime.now().ctime()` worked but patching more of the `time` library might be better.