Like time.Duration but with "year", "month" and "day" making the following assumptions:
bigduration.Day = 24 * time.Hour
bigduration.Month = 30 * bigduration.Day
bigduration.Year = 365 * bigduration.DayCheck the godocs
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Like time.Duration but with "year", "month" and "day" making the following assumptions:
bigduration.Day = 24 * time.Hour
bigduration.Month = 30 * bigduration.Day
bigduration.Year = 365 * bigduration.DayCheck the godocs