UNPKG

blogger-feeds

Version:
8 lines (7 loc) 264 B
/** * Convert date string to blogger date format * * strives to coerce any param to string * * tz is optional, may be unpredictable on blogger * @param tz represents the GMT offset (+02:00) */ export declare const isoDate: (date: any, tz?: string) => string;