Closed 2relativ closed 3 years ago
to specify, it looks (partly) like this: "onlyWeekly": true, "runOnStartup": true, "runOnce": true, "TZ": "Europe/Berlin", "logLevel": "info",
No error in the logs, games are purchased (but not in onlyweekly false as described in a different thread, thats why i was looking in the logs)
TZ
is one of the configs that can only be set as an environment variable, since it's used by an OS-level utility. Unfortunately, a JSON config won't work in it's current state.
I'll keep this open until I clarify it in the docs, or find a way to set it from JSON.
Ok. For my Environment: Im running Unraid with correct timezone on the OS Level.
The line in my Config file looks like the following: "TZ": "Europe/Berlin", This ist written right after "runOnce": false and before "loglevel": "info" in the example config file. But the timezone is not being set accordingly. Also, when running once, the log doesn't even set the timezone to Los Angeles but stays UTC.
Do I Have to place this in a special way? Maybe update the example config to show how to set TZ with an value.