DateTime Taglib changes Added dateFormatSymbols tag. Added support for dateFormatSymbols symbolsRef script variable to the format tag. Improved packaging of release archives. Added localeRef attribute to all tags which use the locale attribute flag. This can be used to set the name of a application, page, request, or session attribute which contains a java.util.Locale object to use as the locale. Fixed a bug in tags such as eras and weekdays which caused incorrect results after first use in servlet containers which reuse tag object instances. Changed the name of the currentime tag to currentTime. Changed the name of the timeZone tag to timeZone. Changed the name of the timezones tag to timeZones. Changed the name of the ampms tag to amPms. Changed the name of the parse tag timezone attribute to timeZone. Changed the name of the format tag timezone attribute to timeZone. Added the patternId attribute to the format and parse tags. Added date and default attributes to the format tag. The format tag now ignores any white space in its tag body.