summaryrefslogtreecommitdiff
path: root/include/util_time.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2014-06-03 16:02:44 +0000
committerJim Jagielski <jim@apache.org>2014-06-03 16:02:44 +0000
commitdb0457b3b27d776a00217908ae20411bcb9398b4 (patch)
treec677f447d0d1d7ccc5ce5dfd8032e47a84318d7b /include/util_time.h
parentf3fbdef6505f776a6c47a1cb01d48535f40dac0b (diff)
downloadhttpd-db0457b3b27d776a00217908ae20411bcb9398b4.tar.gz
Break out common code to be share-able
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_time.h')
-rw-r--r--include/util_time.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/util_time.h b/include/util_time.h
index 2cd283306e..9f54c912a3 100644
--- a/include/util_time.h
+++ b/include/util_time.h
@@ -109,6 +109,12 @@ AP_DECLARE(apr_status_t) ap_recent_ctime_ex(char *date_str, apr_time_t t,
*/
AP_DECLARE(apr_status_t) ap_recent_rfc822_date(char *date_str, apr_time_t t);
+/**
+ * Force an unset TZ to UTC
+ * @param p the pool to use
+ */
+AP_DECLARE(void) ap_force_set_tz(apr_pool_t *p);
+
#ifdef __cplusplus
}
#endif