]> diplodocus.org Git - nmh/blob - sbr/datetime.h
Fixed mhshow part markers when displaying multiple messages.
[nmh] / sbr / datetime.h
1 /* datetime.h -- functions for manipulating RFC 5545 date-time values
2 *
3 * This code is Copyright (c) 2017, by the authors of nmh.
4 * See the COPYRIGHT file in the root directory of the nmh
5 * distribution for complete copyright information. */
6
7 typedef struct tzdesc *tzdesc_t;
8
9 tzdesc_t load_timezones(const contentline *);
10 void free_timezones(tzdesc_t);
11 char *format_datetime(tzdesc_t, const contentline *);