Mercurial > hg > LGServices
diff src/main/java/de/mpiwg/gazetteer/db/DBSectionVersion.java @ 26:ce2e3f2814c0
new: check userGroup when login
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 30 Jun 2015 14:31:29 +0200 |
parents | 86694755415d |
children |
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/gazetteer/db/DBSectionVersion.java Fri Jun 26 11:32:33 2015 +0200 +++ b/src/main/java/de/mpiwg/gazetteer/db/DBSectionVersion.java Tue Jun 30 14:31:29 2015 +0200 @@ -52,10 +52,9 @@ } public String getDate() { - // TODO time zone convert // TODO optional time zone - + // time zone convert SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String dateInString = this.date;