Documentation ¶
Overview ¶
Package mainsa is a small set of conversion or other useful utility functions for converting plane 432 units to ma Insa units.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBeforeEpoch = errors.New("mainsa: time before zero date")
)
Errors
View Source
var YearZero = time.Unix(zeroDateUnix, 0)
YearZero is the arbitrary anchor date from plane 432 to ma Insa year 1 planting season, coming cycle, first week, first day..
Functions ¶
This section is empty.
Types ¶
type TenpoNimi ¶
type TenpoNimi struct { Year int // suli Season Tawa // tawa Month Sike // sike Week Nanpa // linja Day Nanpa // suno Remainder time.Duration }
TenpoNimi is the name of a given time. The remainder time is given as a time.Duration and should be shown in hour:minute format using time constant "3:04".
Click to show internal directories.
Click to hide internal directories.