mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 06:10:42 +00:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
export {
|
|
formatUtcTimestamp,
|
|
formatZonedTimestamp,
|
|
resolveTimezone,
|
|
} from "../infra/format-time/format-datetime.js";
|