hotafrika / ebay-finding-api

Golang client for eBay Finding API
GNU General Public License v3.0
2 stars 0 forks source link

WithItemFilterEndTimeFrom returns Null #5

Open stevenanthonyrevo opened 2 years ago

stevenanthonyrevo commented 2 years ago

What format does WithItemFilterEndTimeFrom require?

hotafrika commented 2 years ago

https://github.com/hotafrika/ebay-common/blob/main/datetime/utils.go You can use functions from this package to convert time.Time to ebay format

https://github.com/hotafrika/ebay-common/blob/main/datetime/utils.go You can use functions from this package to convert time.Time to ebay format