moo.core.tests.test_security_imports.test_datetime_instances_are_safe

moo.core.tests.test_security_imports.test_datetime_instances_are_safe()

datetime.datetime.now() returns a datetime instance. Methods like replace(), strftime(), and isoformat() return datetime instances or strings. No Django model exposure or callable chains to sandbox internals.