Documentation ¶
Index ¶
- Constants
- func CurrentDateNumber() uint32
- func DateNumber(t time.Time) uint32
- func HourNumber(t time.Time) uint32
- func HourNumberAtStartOfDate(dateNumber uint32) uint32
- func HourNumberPlusDays(hourNumber uint32, days int) uint32
- func MostRecentUTCMidnight(t time.Time) time.Time
- func RollingStartIntervalNumberPlusDays(rsin int32, days int) int32
Constants ¶
View Source
const ( SecondsInHour = 3600 SecondsInDay = 86400 HoursInDay = 24 )
Variables ¶
This section is empty.
Functions ¶
func CurrentDateNumber ¶
func CurrentDateNumber() uint32
func DateNumber ¶
func HourNumber ¶
func HourNumberAtStartOfDate ¶
func HourNumberPlusDays ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.