From f62b1f5500a183495e1e80d1485d2a783a37c2b2 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 28 Jul 2006 09:57:00 +0000 Subject: Add new flesh API functions CCTK_CompileDateTime() and Util_CurrentDateTime() to return a date/time stamp following the ISO 8601 standard format if possible (see http://www.cactuscode.org/old/pipermail/developers/2006-July/004971.html). Add the timezone information in the time stamp returned by Util_CurrentTime(). You also need to update lib/make/make.configuration now in order to compile src/datestamp.c. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4358 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Version.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/cctk_Version.h') diff --git a/src/include/cctk_Version.h b/src/include/cctk_Version.h index d010c9a3..efe1ee59 100644 --- a/src/include/cctk_Version.h +++ b/src/include/cctk_Version.h @@ -33,6 +33,8 @@ const char *CCTK_CompileTime(void); const char *CCTK_CompileDate(void); +const char *CCTK_CompileDateTime(void); + #ifdef __cplusplus } #endif -- cgit v1.2.3