interface ProcessEnv
          
   extends Dict<string>
Usage in Deno
import { type ProcessEnv } from "node:process";
      
    
      
    optional
TZ: string
      
    Can be used to change the default timezone at runtime
import { type ProcessEnv } from "node:process";
      
    
      
    
TZ: string
      
    Can be used to change the default timezone at runtime