-
The problem has actually not much to do with FreeMarker, but with Java's data/time formatting. If you look at what it says about "Z" here:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html
then it turns out that "Z" expects RFC 822 time zone format. That is, it can't contain colon. It should be like "-0500" instead of "-05:00".
2013-05-02 13:45:45 PDT in FreeMarker
-
ddekany committed revision 1633 to the FreeMarker SVN repository, changing 5 files.
2013-04-21 12:09:08 PDT in FreeMarker
-
ddekany committed revision 1632 to the FreeMarker SVN repository, changing 3 files.
2013-04-21 12:07:19 PDT in FreeMarker
-
You mean these cause to much locking, especially if you have many cores. These are fixed in the SVN, Will be released with 2.3.20.
2013-04-21 11:49:17 PDT in FreeMarker
-
Fixed in the SVN, will be released with 2.3.20.
2013-04-21 11:45:27 PDT in FreeMarker
-
ddekany committed revision 1631 to the FreeMarker SVN repository, changing 5 files.
2013-04-21 11:41:32 PDT in FreeMarker
-
ddekany committed revision 1630 to the FreeMarker SVN repository, changing 3 files.
2013-04-21 11:38:59 PDT in FreeMarker
-
ddekany committed revision 1629 to the FreeMarker SVN repository, changing 4 files.
2013-04-21 10:57:50 PDT in FreeMarker