function iso8601_to_timestamp($datestr){
    $pattern = '/'.
    '([0-9]{4})-'.    // centuries & years CCYY-
    '([0-9]{2})-'.    // months MM-
    '([0-9]{2})'.    // days DD