Hi Odin, currently our to_timestamp function doesn't support 'TZ' field yet. Does your data consist of rows of different timezones? If not, you can specify the timezone for each table illustrated here http://tajo.apache.org/docs/devel/table_management/table_overview.html#time-zone .
Thanks, Jihoon 2015년 10월 23일 (금) 오전 8:31, Odin Guillermo Caudillo Gallegos < [email protected]>님이 작성: > Hi, i'm getting some errors when trying to do a TO_TIMESTAMP > The string is: 'Oct 19 2015 05:41:46 CDT' > But if i use: TO_TIMESTAMP(EVENT_TIMESTAMP,'Mon DD YYYY HH24:MI:SS TZ' > It's giving me the following error: > 2015-10-22 18:16:40,834 ERROR org.apache.tajo.worker.TaskImpl: "TZ"/"tz" > format patterns are not supported in to_date > > > Thanks >
