diff options
author | Jim Jagielski <jim@apache.org> | 2014-06-03 18:02:44 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2014-06-03 18:02:44 +0200 |
commit | db0457b3b27d776a00217908ae20411bcb9398b4 (patch) | |
tree | c677f447d0d1d7ccc5ce5dfd8032e47a84318d7b /include/util_time.h | |
parent | fold in performance hack from eventopt (diff) | |
download | apache2-db0457b3b27d776a00217908ae20411bcb9398b4.tar.xz apache2-db0457b3b27d776a00217908ae20411bcb9398b4.zip |
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.h | 6 |
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 |