0

In my postgreSQL I have the column created which stores the time when the row was created:

article_created TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now();

How can I convert it to java.util.Date? The example of loaded value in Map():

article_created=1427233497
ovod
  • 1,118
  • 4
  • 18
  • 33

0 Answers0