Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/290#issuecomment-65966314
In addition, I added the table property 'timezone'. You can use it in your
``CREATE TABLE`` statement as follows:
```sql
CREATE EXTERNAL TABLE table1 (
t_timestamp TIMESTAMP,
t_time TIME,
t_date DATE
) USING TEXTFILE WITH('text.delimiter'='|', 'timezone'='ASIA/Seoul')
LOCATION '/path-to-table/'
```
It will translate timestamp and time value by a specified time zone. I also
added the detailed documentation about time zone property.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---