#what is the motivation behind go not using timestamp formats
11 messages · Page 1 of 1 (latest)
yeah
i saw that instead of YYYY-MM-dd you need to use some sort of dates
to parse strings to timestamps
Where
the layout to use in go seems to be to use expected dates format than numbers
go’s decision there is indeed arguable, I think there are libs to use the more usual time formats strings