[Home]

Summary:ASTERISK-05463: [request] Timezone Switch Application
Reporter:mxmasster (mxmasster)Labels:
Date Opened:2005-11-04 17:15:36.000-0600Date Closed:2011-06-07 14:10:17
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Commands like GotoIfTime require that the machine be using a local time zone, or that the configuration is manually adjusted to meet the timezone requirements. In cases where one server is hosting contexts/applications for multiple timezones this becomes problematic.

There should be an application command that would "set" a new timezone for the purpose of the context, i.e. if the server was using UTC, having a settz(-8) would be great.
Comments:By: Tilghman Lesher (tilghman) 2005-11-07 08:08:49.000-0600

You can already do this with:

Set(ENV(TZ)=whatever)