Nicolas AGIUS
Nicolas AGIUS
Yes indeed, `List.nth` will keep de second element of the string, but there is only one `-` in every option names. The separator used in the option names is `_`,...
I can confirm the issue with the option parsing. My understanding of OCaml is quite limited but I succeeded to make a working PR.
I found a workaround. By adding few hours to the 'now' time so it's ahead of the timezone's offset, there is no more issue : ``` now = Time.parse("2015-08-25 00:00:00...
I came up with a workaround that seems to work : ```patch diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c index be2308b..0b9ed7e 100644 --- a/os_dep/linux/ioctl_cfg80211.c +++ b/os_dep/linux/ioctl_cfg80211.c @@ -7777,7 +7777,7 @@ exit: return ret;...
I can confirm the issue is still there. It was working fin during summer time (IST) but now the timezone is GMT (which is good) but the offset is still...