mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Timezone handling (#70)
* supply TZ info in php template * should be already set in default_vars * elgg - softcode timezone * use supplied variable in php template * guard against TZ not being present in env
This commit is contained in:
parent
c00a5d828b
commit
e5543b3f99
6 changed files with 6 additions and 10 deletions
|
@ -633,7 +633,7 @@ default_socket_timeout = 60
|
|||
|
||||
[Date]
|
||||
; Defines the default timezone used by the date functions
|
||||
;date.timezone =
|
||||
date.timezone = {{ local_tz }}
|
||||
|
||||
;date.default_latitude = 31.7667
|
||||
;date.default_longitude = 35.2333
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue