From 5be38a15d9a42c33f0061b1f313de2ea28593d50 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Thu, 17 Dec 2020 10:24:25 +0100 Subject: [PATCH] Update os_detector bsd_convert_date_to_timestamp --- include/os_detector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/os_detector b/include/os_detector index a99ad45f..db3462ef 100644 --- a/include/os_detector +++ b/include/os_detector @@ -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() {