UNPKG

date-append-offset

Version:

Append timezone offset to ISO date strings safely and consistently

4 lines (2 loc) 98 B
declare function appendOffset(input: string, timeZone: string): string; export { appendOffset };