segmentio / go-athena

Golang database/sql driver for AWS Athena
MIT License
124 stars 64 forks source link

Use 24-hour format for timestamp #6

Closed bouk closed 6 years ago

bouk commented 6 years ago

@tejasmanohar The current timestamp format doesn't work with 24-hour timestamps. As an example 2018-02-01 20:41:59.000 will get an hour out of range error

tejasmanohar commented 6 years ago

derppppp. nice catch! we haven't used that column internally yet 😅