lang::user::timezone (public)
lang::user::timezone
Defined in packages/acs-lang/tcl/locale-procs.tcl
Get the user's timezone. Returns the empty string if the user has no timezone set.
- Returns:
- a timezone name from acs-reference package (e.g., Asia/Tokyo, America/New_York)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- set_get_timezone
Source code: set user_id [ad_conn user_id] if { $user_id == 0 } { return "" } return [util_memoize [list lang::user::timezone_no_cache $user_id]]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-lang/tcl/locale-procs.xql