Sql和Play框架日期问题

时间:2015-04-08 12:21:11

标签: date playframework-2.0 timezone

我有一个使用bootstrap日期选择器的表单。因此,当我保存表单时,请求标头中的日期对象变为Sat Apr 25 2015 00:00:00 GMT+0530 (IST),从服务器端起,它将保存一天。我知道它与TimeZone有关。我尝试将play application.conf设置为

db.default.url="jdbc:mysql://localhost/dbName?useGmtMillisForDatetimes=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&useTimezone=true&serverTimezone=UTC".

但它不起作用。

任何帮助将不胜感激。谢谢。

0 个答案:

没有答案