Files
hereconnect/services/tg-bot/src/utils/date.ts
T
ti 1810c550ba
Deploy app frontend / app frontend (push) Failing after 48s
Deploy db-migrations / db-migrations (push) Failing after 35s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 53s
create qr-codes by tg bot
2024-12-12 01:48:15 +02:00

5 lines
97 B
TypeScript

// src/utils/date.ts
export function getIsoDate(): string {
return new Date().toISOString();
}