Package DE_EPAGES::Amazon::API::Tools
This is a tool library used for common non-database tasks
@EXPORT_OK |
Functions
ConvertFromAmazonDate
Parses an Amazon DateTime string and returns a DateTime object. Converts the time to the local server time zone.
Syntax |
ConvertFromAmazonDate( $DateString ); |
Input |
|
Return |
|
WantList
Converts an element or an array into an array reference to make sure that they are used uniform.
Syntax |
$aRef = WantList( @aList or $element ); |
Input |
|
Return |
|