#what is the motivation behind go not using timestamp formats

11 messages · Page 1 of 1 (latest)

mellow oxide
#

what is the motivation behind go not using timestamp formats

fallen wyvern
#

?

#

Wdym timestamp format

#

Unix ts, iso8601?

mellow oxide
#

yeah

#

i saw that instead of YYYY-MM-dd you need to use some sort of dates

#

to parse strings to timestamps

fallen wyvern
#

Where

mellow oxide
#

the layout to use in go seems to be to use expected dates format than numbers

junior saffron
#

go’s decision there is indeed arguable, I think there are libs to use the more usual time formats strings