Update os_detector bsd_convert_date_to_timestamp

This commit is contained in:
Toni de la Fuente
2020-12-17 10:24:25 +01:00
committed by GitHub
parent 5e38c61286
commit 5be38a15d9

View File

@@ -113,7 +113,7 @@ gnu_convert_date_to_timestamp() {
}
bsd_convert_date_to_timestamp() {
date -j -f "%Y-%m-%dT%H:%M:%SZ" "$1" "+%s"
date -j -f "%Y-%m-%dT%H:%M:%S" "$1" "+%s"
}
gnu_test_tcp_connectivity() {