package
0.33.0
Repository: https://github.com/target/goalert.git
Documentation: pkg.go.dev

# Functions

AddClock will add the provided number of clock hours to the given time, taking things like DST into account.
ClockDiff will return the amount of clock time from a to b with respect to DST.
EveryDay returns a WeekdayFilter that is permanently active.
HoursBetween will return the number of full hours from a to b with respect to clock time and DST.
IsDST will return true if there is a DST change within 24-hours AFTER t.
ISODurationFromTime returns an ISODuration with the given time.Duration as the time part.
NewClock returns a Clock value equal to the provided 24-hour value and minute.
NewClockFromTime will return the Clock value of the provided time.
NextWeekday will return t at the start of the next weekday w.
ParseClock will return a new Clock value given a value in the format of '15:04' or '15:04:05'.
ParseISODuration parses the components of an ISO Duration string.
ParseISORInterval parses an ISO recurring interval string.
ParseISORIntervalFrom parses an ISO recurring interval string.
PrevWeekday will return t at the start of the most recent weekday w.
StartOfDay will return the start of the day in t's location.

# Structs

ISODuration represents an ISO duration string.
ISORInterval represents an ISO recurring interval.

# Type aliases

Clock represents wall-clock time.
No description provided by the author