Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ FixedDateTime
Class
FixedDateTime
tests/test_journal_fetcher.py:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
FixedDateTime(datetime):
32
@classmethod
33
def
now(cls, tz=None):
34
return
cls(2026, 4, 15, tzinfo=tz)
35
36
37
@pytest.fixture(autouse=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected