Name

DateTime() — Says the date and/or time in the user-specified format

Synopsis

DateTime([unixtime[,timezone[,format]]])

If the unixtime parameter is specified, this application says that date and time. Otherwise, it says the current date and time. If a timezone is specified, the date and time is calculated according to that time zone. Otherwise, the time zone setting of the Asterisk server is used. If the format parameter is specified, the date and time will be said according to that format. (See the sample voicemail.conf file for more information on the date and time format.)

; say the current date and time in several time zones
exten => 123,1,DateTime(,America/New_York)
exten => 123,2,DateTime(,America/Chicago)
exten => 123,3,DateTime(,America/Denver)
exten => 123,4,DateTime(,America/Los_Angeles)