my input mappings are two that is workid and modifiedon(data type is time stamp i selected in input mappings) while i am running at try this service it is showing error in dss server side like below嵌套异常:- java.lang.RuntimeException:无效的日期格式(2012-03-14 00:00:00+05:30),在正确的位置带有out -s
同样的查询在postgres sql中运行正常,我不知道dss中有什么问题,dss中不支持数据类型,我认为这是dss中的错误。
发布于 2013-05-28 17:32:13
请使用以下格式的日期。
2012-03-14T00:00:00+05:30
或
2012-03-14T00:00:00
https://stackoverflow.com/questions/16785862
复制相似问题