NervesTimeZones.tz_environment
You're seeing just the function
tz_environment
, go back to NervesTimeZones module for more information.
Specs
Return environment variables for running OS processes
If you're using System.cmd/3
to start an OS process that is time zone
aware, call this to set the environment appropriately. For example,
System.cmd("my_program", [], env: NervesTimeZones.tz_environment())