Fix when relying on env var for TZ
This commit is contained in:
parent
928c4e9be4
commit
72cececf88
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
%%
|
||||
-define(DEFAULT_TZ, case application:get_env(qdate, default_timezone) of
|
||||
undefined -> "GMT";
|
||||
TZ -> TZ
|
||||
{ok, TZ} -> TZ
|
||||
end).
|
||||
|
||||
-define(DETERMINE_TZ, determine_timezone()).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue