# 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.
# 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.