I have problems importing time series data with a specific timeseries format into QuestDB.
The timestamp is in the following format: 2016-04-26 21:00:00+00 and I try to import a csv file via the QuestDB web interface. I chose ‘TIMESTAMP’ for the respective column in the schema and a mask of ‘yyyy-MM-dd HH:mm:ssX’. I also tried ‘yyyy-MM-dd HH:mm:ssXX’ and ‘yyyy-MM-dd HH:mm:ss+XX’ all unsuccessful.
QuestDB on the following page shows a unit of ‘X’ to represent ISO 8601 unit for hour offset from UTC.
QuestDB: Timestamp, date and time functions
What am I missing?