ProcessEnv

sealed external interface ProcessEnv : Record<String, String> (source)

Properties

Link copied to clipboard
abstract var TZ: String?

Can be used to change the default timezone at runtime

Functions

Link copied to clipboard
open operator fun get(key: String): String?
Link copied to clipboard
open operator fun set(key: String, value: String)