package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Packages

# Functions

Date returns the Time corresponding to yyyy-mm-dd hh:mm:ss + nsec nanoseconds in the appropriate zone for that time in the given location.
Now returns the current local time.
Since returns the time elapsed since t.
Unix returns the local Time corresponding to the given Unix time, sec seconds and nsec nanoseconds since January 1, 1970 UTC.
Until returns the duration until t.

# Constants

# Variables

Local is local location.

# Structs

DST describes daylight saving time zone.
A Location maps time instants to the zone in use at that time.
A Time represents an instant in time with nanosecond precision.

# Type aliases

A Duration represents the elapsed time between two instants as an int64 nanosecond count.
A Month specifies a month of the year (January = 1, ...).
A Weekday specifies a day of the week (Sunday = 0, ...).