diff --git a/include/os_detector b/include/os_detector index 67606660..a6667cbe 100644 --- a/include/os_detector +++ b/include/os_detector @@ -109,11 +109,11 @@ bsd_get_iso8601_timestamp() { } gnu_convert_date_to_timestamp() { - if [ "$OSTYPE" == "linux-musl" ]; then - date -D "%Y-%m-%dT%H:%M:%SZ" -d "$1" +%s - else + # if [ "$OSTYPE" == "linux-musl" ]; then + # date -D "%Y-%m-%dT%H:%M:%SZ" -d "$1" +%s + # else date -d "$1" +%s - fi + # fi } bsd_convert_date_to_timestamp() {