Function date_from_timestamp

Source
fn date_from_timestamp(
    py: Python<'_>,
    timestamp: i64,
) -> PyResult<Bound<'_, PyDate>>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here