diff modules/timegm @ 4616:40e97ca1f46c

New module 'timegm'.
author Bruno Haible <bruno@clisp.org>
date Mon, 01 Sep 2003 17:47:35 +0000
parents
children 3d28ad4e18e2
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/timegm
@@ -0,0 +1,21 @@
+Description:
+Convert calendar time to simple time, inverse of mktime.
+
+Files:
+lib/timegm.h
+lib/timegm.c
+m4/timegm.m4
+
+Depends-on:
+
+configure.ac:
+gl_FUNC_TIMEGM
+
+Makefile.am:
+lib_SOURCES += timegm.h
+
+Include:
+"timegm.h"
+
+Maintainer:
+Simon Josefsson