The following functions return information about the time-zone that the host machine is in.
local-time-zone-nameFunction
local-time-zone-name () => time-zone-name
"EST").
Function
local-time-zone-offset () => time-zone-offset
<integer> (for example, -300 represents the offset for EST, which is 5 hours behind GMT). The return value incorporates daylight savings time when necessary.
Function
local-daylight-savings-time? () => dst?
#t if the local computer is using Daylight Savings Time.