matrix-js: show local-time verification timestamps via shared formatter

This commit is contained in:
Gustavo Madeira Santana
2026-02-25 15:26:00 -05:00
parent 7a44a6370d
commit 950fd1913f
3 changed files with 94 additions and 3 deletions

View File

@@ -244,6 +244,11 @@ export type {
PersistentDedupeOptions,
} from "./persistent-dedupe.js";
export { formatErrorMessage } from "../infra/errors.js";
export {
formatUtcTimestamp,
formatZonedTimestamp,
resolveTimezone,
} from "../infra/format-time/format-datetime.js";
export {
DEFAULT_WEBHOOK_BODY_TIMEOUT_MS,
DEFAULT_WEBHOOK_MAX_BODY_BYTES,