{%- extends "theming/base_component.html" -%} {%- block overview -%}
The datetime component displays date and time information in a consistent,
localized format. This component is crucial for showing when content was
created, updated, or when events occurred, providing temporal context that
helps users understand the relevance and freshness of information.
Datetime components handle various formatting options and localization requirements, ensuring that dates and times are displayed in formats appropriate for the user's locale and preferences. The component can display relative times (like "2 hours ago") or absolute times, and handles time zone considerations to ensure accurate representation of temporal information.
{%- endblock %}