package
0.2.2
Repository: https://github.com/nguyengg/go-aws-commons.git
Documentation: pkg.go.dev

# Functions

ParseDay creates an instance of Day from parsing the specified string.
ParseTimestamp creates an instance of Timestamp from parsing the specified string.
TodayInLocation creates a new Day with the specified location.
TruncateToStartOfDay creates a new Day from the specified time.Time.

# Constants

DayLayout is the string layout as well as DynamoDB string value of Day.
FractionalSecondLayout is the string layout as well as DynamoDB string value of Timestamp.

# Structs

Day is a timestamp that is truncated to start of day.

# Type aliases

EpochMillisecond is epoch millisecond in UTC, formatted and marshalled as a positive integer (e.g.
EpochSecond is epoch second in UTC, formatted and marshalled as a positive integer (e.g.
Timestamp is a UTC timestamp formatted and marshalled as a string using FractionalSecondLayout ("2006-01-02T15:04:05.000Z") layout.