Files
prowler/include
Marc Jay d9588f4de0 Detect when GNU coreutils is installed on Mac OS X and use the correct date functions
As some users may have installed GNU coreutils on Mac OS X, e.g. `brew install coreutils`, it's possible that
the `date` command uses the GNU version, instead of the standard BSD version.

- Detect if GNU coreutils is installed on Mac and if it is, use the GNU variants of date functions
- Reduce some of the duplication in the file, which resolves a bug where the cygwin version of `how_many_days_from_today()`
had the operands switched around, leading to a positive result instead of negative
- Add test_tcp_connectivity function for cygwin (uses the GNU variant)

Fixes #534
2020-04-12 01:28:11 +01:00
..
2019-03-11 22:44:00 -04:00
2018-04-09 15:09:30 -04:00
2018-04-11 10:01:50 -04:00
2018-05-29 15:22:08 -04:00
2018-04-09 15:09:30 -04:00
2018-04-09 15:09:30 -04:00
2018-05-29 15:22:08 -04:00
2018-05-29 15:22:08 -04:00