Files
hereconnect/services/tg-bot/src/utils/date.ts
T

5 lines
97 B
TypeScript
Raw Normal View History

2024-12-10 13:21:38 +02:00
// src/utils/date.ts
export function getIsoDate(): string {
return new Date().toISOString();
}