Formatting tweak.

This commit is contained in:
Michael Bayne
2015-09-09 14:40:00 -07:00
parent 8a6c32d9db
commit 2efcfb69ed
@@ -384,8 +384,7 @@ public class MustacheTest
if (value instanceof Date) return _fmt.format((Date)value); if (value instanceof Date) return _fmt.format((Date)value);
else return String.valueOf(value); else return String.valueOf(value);
} }
protected SimpleDateFormat _fmt = new SimpleDateFormat("yyyy/MM/dd"); protected SimpleDateFormat _fmt = new SimpleDateFormat("yyyy/MM/dd"); {
{
_fmt.setTimeZone(TimeZone.getTimeZone("UTC")); _fmt.setTimeZone(TimeZone.getTimeZone("UTC"));
} }
}; };