Documentation ¶
Overview ¶
Package gluetimestamp handles encoding/decoding of timestamp values for AWS glue.
Index ¶
Constants ¶
View Source
const ( // We want our output JSON timestamps to be: YYYY-MM-DD HH:MM:SS.fffffffff // https://aws.amazon.com/premiumsupport/knowledge-center/query-table-athena-timestamp-empty/ Layout = `2006-01-02 15:04:05.000000000` LayoutJSON = `"` + Layout + `"` )
Variables ¶
This section is empty.
Functions ¶
func TimeEncoder ¶
func TimeEncoder() tcodec.TimeEncoder
TimeEncoder returns a time encoder all timestamps to be Glue format and UTC.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.