Date

In Go, the time package provides date and time functions. The Date() function is used to find the date and time in formatting yyyy-mm-dd hh:mm:ss + nsec in the appropriate time zone in the given location.


func Date(
    year int, 
    month Month, 
    day, 
    hour, 
    min, 
    sec, 
    nsec int, 
    loc *Location) Time
                        
date.go