Cassandra `COPY FROM`unable to coerce GMT date string to a formatted date (long)
I have been trying to use COPY FROM to insert into a Cassandra table that has a timestamp type column. However, I encountered the following error: code=2200 [Invalid query] message="unable to coerce '2015-03-06 18:11:33GMT' to a formatted date (long)" Aborting import at record #3. Previously-inserted values still present. 0 rows imported in 0.211 seconds. The content of the CSV file was actually created with a COPY TO command. My TZ environment variable has been set to GMT . I did some searching and found a post here that mentioned using Z instead of GMT as the timezone in the data string, i.e