aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/timeutil.h
blob: 4f062b892348a3dd44944b521dfb897ca060e35d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Miscellaneous time-related utilities
 *
 * Copyright (C) 1998 The Free Software Foundation
 *
 * Authors: Federico Mena <federico@nuclecu.unam.mx>
 *          Miguel de Icaza <miguel@nuclecu.unam.mx>
 */

#ifndef TIMEUTIL_H
#define TIMEUTIL_H


#include <time.h>


time_t time_from_isodate (char *str);
time_t time_from_start_duration (time_t start, char *duration);

/* Returns pointer to a statically-allocated buffer with a string of the form
 * 3am, 4am, 12pm, 08h, 17h, etc.
 * The string is internationalized, hopefully correctly.
 */
char *format_simple_hour (int hour, int use_am_pm);


#endif
owrap'>Commit message (Expand)AuthorAgeFilesLines * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * - update to 0.07leeym2006-01-172-4/+4 * - Add SHA256pav2005-11-261-0/+1 * search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1 * Update to 0.06, reset maintainer to perl.tobez2005-01-203-6/+7 * Fix plist.tobez2004-12-06