Fritz Payr
Results
2
issues of
Fritz Payr
Something seems to be wrong here: ```python >>> from dateutil import tz >>> str(datetime(2022, 3, 27, 1, 45, tzinfo=tz.gettz("Europe/Vienna"))) '2022-03-27 01:45:00+01:00' >>> str(datetime(2022, 3, 27, 1, 45, tzinfo=tz.gettz("Europe/Vienna")) + timedelta(minutes=20))...
I could not build the example with dependency `cbindgen = "0.4"`: got ``` error[E0425]: cannot find function `parse_crate` in module `syn` ``` etc. Changing to `cbindgen = "0.5"` fixed it.