package
0.0.0-20191213163450-d110b81c60a8
Repository: https://github.com/containersolutions/avaza.git
Documentation: pkg.go.dev

# Functions

IsDate returns true when the string is a valid date.
IsDateTime returns true when the string is a valid date-time.
NewDateTime is a representation of zero value for DateTime type.
ParseDateTime parses a string that represents an ISO8601 time or a unix epoch.

# Constants

DateTimePattern pattern to match for the date-time format from http://tools.ietf.org/html/rfc3339#section-5.6.
RFC3339FullDate represents a full-date as specified by RFC3339 See: http://goo.gl/xXOvVd.
RFC3339Micro represents a ISO8601 format to micro instead of to nano.
RFC3339Millis represents a ISO8601 format to millis instead of to nanos.

# Variables

MarshalFormat sets the time resolution format used for marshaling time (set to milliseconds).

# Type aliases

Date represents a date from the API swagger:strfmt date.
DateTime is a time but it serializes to ISO8601 format with millis It knows how to read 3 different variations of a RFC3339 date time.