mirror of
https://github.com/34892002/edgeKey.git
synced 2026-05-07 23:57:02 +08:00
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
export function nowIso() {
|
|
return new Date().toISOString();
|
|
}
|