aeat.core.time package¶
Canonical time and datetime helpers for the AEAT domain.
Public surface¶
frozen_clock()— replay/test-scoped seam that freezesnow().clock_is_frozen()— whether afrozen_clock()scope is active.parse_iso_datetime()— parse ISO-8601 text before applying the caller’s UTC policy.coerce_utc_aware()— coerce naive or offset-aware datetimes to UTC.validate_utc_aware()— assert UTC-awareness or raisecore.errors.CoreValidationError.