<#setting time_zone="America/New_York">
Time: ${response.currentDate?string("MM/dd/yyyy hh:mm a zzz")}.
我需要将时区显示为“EST”。 但是目前,当我运行应用程序并从上面的模板生成电子邮件时,它显示为“EDT”。
您能否告诉我需要做什么才能显示为'EST'? 当前时区(在我测试的系统上)是印度标准时间
谢谢!
答案 0 :(得分:1)
尝试<#setting time_zone="US/Eastern">
答案 1 :(得分:0)
预计这一行为将在今年的这个时刻发生。 请参阅:http://www.timeanddate.com/library/abbreviations/timezones/na/edt.html
(感谢Jon的上述评论)