package
0.0.0-20240919032739-eac131825870
Repository: https://github.com/nguyengg/golambda.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

No description provided by the author
No description provided by the author
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.
No description provided by the author

# Structs

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

# Type aliases

No description provided by the author
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.