LP#1485374: add way for C code to make TZ-aware subrequests
authorGalen Charlton <gmc@esilibrary.com>
Tue, 23 Feb 2016 17:09:15 +0000 (12:09 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 23 Feb 2016 17:09:15 +0000 (12:09 -0500)
commit4f25bccfeab57673ad0c4373daec813faff2a09e
tree05ee83154c634fc5b378c2850254fb4bb7e15da8
parentb6ee19828bca56e6dd70f8f11fb47f429701d598
LP#1485374: add way for C code to make TZ-aware subrequests

This patch adds a helper routine to allow C
methods to make subrequests that pass the client
time zone along. This helper is in turn used during
authentication to ensure that the user object
that is returned has timestamps that are in the
time zone of the client that makes the original
authentication request.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/include/openils/oils_utils.h
Open-ILS/src/c-apps/oils_auth.c
Open-ILS/src/c-apps/oils_utils.c