Hi, Internally, it's only one object, so it can only have one comment currently. I can add a feature request, but I don't plan to add this feature in the near future, sorry.
1) public static Date parseDate(long ms) I would probably use a different name, for example convertMillisToDate. That would leave: 2) public static Date parseDate(String dateLiteral, String formatPattern) 3) public static Date parseDate(String dateLiteral, String formatPattern, String tzName) And here, you could write "tzName is optional" in the comment. I believe that would actually simplify documentation (no duplication). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
