Convert VB6 Date to Timestamp used by Amazon?
A VB6 Date is an OLE Date (8-byte value, often represented as a double). Use the Chilkat CkDateTime’s SetFromOleDate function to load the VB6 date/time into the CkDateTime object, then call GetAsTimestamp to emit in timestamp format.